From 08fa58c940d82dbbf1dbefb4a08165507a4e1ca1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 3 Nov 2001 19:03:48 +0000 Subject: [PATCH] (popmail): Always pass two args to `error'. --- lib-src/movemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2