emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/movemail.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lib-src/movemail.c
Date: Sat, 29 Jan 2005 11:56:31 -0500

Index: emacs/lib-src/movemail.c
diff -c emacs/lib-src/movemail.c:1.80 emacs/lib-src/movemail.c:1.81
*** emacs/lib-src/movemail.c:1.80       Sat May  8 15:23:35 2004
--- emacs/lib-src/movemail.c    Sat Jan 29 16:56:30 2005
***************
*** 789,795 ****
        mbx_delimit_begin (mbf);
        if (pop_retr (server, i, mbf) != OK)
        {
!         error (Errmsg, 0, 0);
          close (mbfi);
          return EXIT_FAILURE;
        }
--- 789,795 ----
        mbx_delimit_begin (mbf);
        if (pop_retr (server, i, mbf) != OK)
        {
!         error ("%s", Errmsg, 0);
          close (mbfi);
          return EXIT_FAILURE;
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]