(popmail): Always pass two args to `error'.

This commit is contained in:
Richard M. Stallman 2001-11-03 19:03:48 +00:00
parent dce87f47aa
commit 08fa58c940

View file

@ -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