From: Eli Zaretskii Date: Fri, 15 Feb 2002 12:07:14 +0000 (+0000) Subject: (popmail): Always pass two args to `error'. X-Git-Tag: emacs-21.2~81 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79c2416b28b24dabdd168b5c79b9019e1f969e90;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