diff options
-rw-r--r-- | mail/popper/files/patch-popauth.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/popper/files/patch-popauth.c b/mail/popper/files/patch-popauth.c new file mode 100644 index 000000000000..cb5d02993af6 --- /dev/null +++ b/mail/popper/files/patch-popauth.c @@ -0,0 +1,11 @@ +--- popauth.c.orig Tue Aug 12 04:39:27 2003 ++++ popauth.c Tue Aug 12 04:39:31 2003 +@@ -97,7 +97,7 @@ + #endif + (void) vfprintf(stderr, fmt, ap); + (void) fprintf(stderr, "\n"); +- va_end(fmt); ++ va_end(ap); + exit(1); + /*NOTREACHED*/ + } |