From 17a60964b9c06d379c2460005b8ad7f6b4f90d63 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 Jan 2005 16:56:30 +0000 Subject: [PATCH] (popmail): Don't use Errmsg as format string. --- 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 a634e2966d7..46c47a97bd6 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -789,7 +789,7 @@ popmail (mailbox, outfile, preserve, password, reverse_order) mbx_delimit_begin (mbf); if (pop_retr (server, i, mbf) != OK) { - error (Errmsg, 0, 0); + error ("%s", Errmsg, 0); close (mbfi); return EXIT_FAILURE; } -- 2.39.5