(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
Reference in a new issue