From: Richard M. Stallman Date: Sat, 3 Nov 2001 19:03:48 +0000 (+0000) Subject: (popmail): Always pass two args to `error'. X-Git-Tag: ttn-vms-21-2-B4~18856 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08fa58c940d82dbbf1dbefb4a08165507a4e1ca1;p=emacs.git (popmail): Always pass two args to `error'. --- diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 61d58688901..be0e9d3ce94 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -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