From 5bf244f1c628f7b339a3399872a15957dc3b0e5d Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sun, 21 May 2000 11:07:47 +0000 Subject: [PATCH] (ERROR_MAX): Increase to 160. --- lib-src/ChangeLog | 8 +++++++- lib-src/pop.c | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 55f78900ed..a53b29aa11 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,10 @@ +2000-05-21 Dave Love + + * movemail.c: Include config.h, not ../src/config.h. + (Errmsg): Bump length. + + * pop.c (ERROR_MAX): Increase to 160. + 2000-05-04 Gerd Moellmann * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'. @@ -20,7 +27,6 @@ (lang_names): Install it. (Texinfo_suffixes): New variable. ->>>>>>> 2.24 2000-04-19 Gerd Moellmann * ebrowse.c (xmalloc, xrealloc): Rewritten. diff --git a/lib-src/pop.c b/lib-src/pop.c index c6b86e5a2d..9af8805387 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c @@ -138,7 +138,8 @@ static int gettermination _P((popserver)); static void pop_trash _P((popserver)); static char *find_crlf _P((char *, int)); -#define ERROR_MAX 80 /* a pretty arbitrary size */ +#define ERROR_MAX 160 /* a pretty arbitrary size, but needs + to be bigger than the one-time 80 */ #define POP_PORT 110 #define KPOP_PORT 1109 #define POP_SERVICE "pop3" /* we don't want the POP2 port! */ -- 2.20.1