remove obsolete patch, thanks wiz
This commit is contained in:
parent
e53575ee96
commit
1a28eb1bc2
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-al,v 1.5 2005/02/09 16:09:43 drochner Exp $
|
||||
|
||||
--- lib-src/movemail.c.orig 2005-02-09 16:31:55.000000000 +0100
|
||||
+++ lib-src/movemail.c
|
||||
@@ -787,7 +787,7 @@ popmail (mailbox, outfile, preserve, pas
|
||||
mbx_delimit_begin (mbf);
|
||||
if (pop_retr (server, i, mbf) != OK)
|
||||
{
|
||||
- error (Errmsg, 0, 0);
|
||||
+ error ("%s", Errmsg, 0);
|
||||
close (mbfi);
|
||||
return (1);
|
||||
}
|
Loading…
Reference in a new issue