(popmail): Don't use Errmsg as format string.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 Jan 2005 16:56:30 +0000 (16:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 Jan 2005 16:56:30 +0000 (16:56 +0000)
lib-src/movemail.c

index a634e29..46c47a9 100644 (file)
@@ -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;
        }