mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
414 B

  1. diff -Naur emacs-21.3.orig/lib-src/movemail.c emacs-21.3/lib-src/movemail.c
  2. --- emacs-21.3.orig/lib-src/movemail.c 2002-02-15 12:07:14.000000000 +0000
  3. +++ emacs-21.3/lib-src/movemail.c 2005-02-09 07:44:50.000000000 +0000
  4. @@ -787,7 +787,7 @@
  5. mbx_delimit_begin (mbf);
  6. if (pop_retr (server, i, mbf) != OK)
  7. {
  8. - error (Errmsg, 0, 0);
  9. + error ("%s", Errmsg, 0);
  10. close (mbfi);
  11. return (1);
  12. }