Browse Source

alanw:


			
			
				rocklinux
			
			
		
Alan J. Wylie 20 years ago
parent
commit
f4b62d4058
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      package/rene/emacs/movemail.patch

+ 12
- 0
package/rene/emacs/movemail.patch

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

Loading…
Cancel
Save