(Saving Customizations): New node has the info on custom-file.
[bpt/emacs.git] / lib-src / movemail.c
index 61d5868..be0e9d3 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