From 752fb47256a3b381daa796d84d10550e0e957722 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sun, 21 May 2000 11:02:50 +0000 Subject: [PATCH] Include config.h, not ../src/config.h. (Errmsg): Bump length. --- lib-src/movemail.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib-src/movemail.c b/lib-src/movemail.c index b816b6f2946..ba84b154831 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */ */ #define NO_SHORTNAMES /* Tell config not to load remap.h */ -#include <../src/config.h> +#include #include #include #include @@ -683,7 +683,8 @@ FILE *sfi; 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 -- 2.39.5