diff lib-src/movemail.c @ 29046:7d5565d3cf32

Include config.h, not ../src/config.h. (Errmsg): Bump length.
author Dave Love <fx@gnu.org>
date Sun, 21 May 2000 11:02:50 +0000
parents b7db0c0368dc
children 7ae519dba237
line wrap: on
line diff
--- a/lib-src/movemail.c	Sun May 21 02:32:09 2000 +0000
+++ b/lib-src/movemail.c	Sun May 21 11:02:50 2000 +0000
@@ -55,7 +55,7 @@
  */
 
 #define NO_SHORTNAMES   /* Tell config not to load remap.h */
-#include <../src/config.h>
+#include <config.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/file.h>
@@ -683,7 +683,8 @@
 FILE *sfo;
 char ibuffer[BUFSIZ];
 char obuffer[BUFSIZ];
-char Errmsg[80];
+char Errmsg[200];		/* POP errors, at least, can exceed
+				   the original length of 80.  */
 
 /*
  * The full legal syntax for a POP mailbox specification for movemail