]> git.eshelyaron.com Git - emacs.git/commitdiff
(popmail): Always pass two args to `error'.
authorRichard M. Stallman <rms@gnu.org>
Sat, 3 Nov 2001 19:03:48 +0000 (19:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 3 Nov 2001 19:03:48 +0000 (19:03 +0000)
lib-src/movemail.c

index 61d58688901721359bdf256dc63d0f3a971f8de6..be0e9d3ce94301e29e4dd334a9383a17a09f47aa 100644 (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