mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(popmail): Always pass two args to `error'.
This commit is contained in:
parent
dce87f47aa
commit
08fa58c940
1 changed files with 1 additions and 1 deletions
|
|
@ -811,7 +811,7 @@ popmail (mailbox, outfile, preserve, password, reverse_order)
|
|||
#ifdef BSD_SYSTEM
|
||||
if (fsync (mbfi) < 0)
|
||||
{
|
||||
error ("Error in fsync: %s", strerror (errno));
|
||||
error ("Error in fsync: %s", strerror (errno), 0);
|
||||
return (1);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue