(get_new_private_charset_id): Don't limit CHARSET_ID by WIDTH.
[bpt/emacs.git] / lib-src / pop.c
index c6b86e5..1c2cc95 100644 (file)
@@ -138,7 +138,9 @@ 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 original
+                                  value of 80 */
 #define POP_PORT 110
 #define KPOP_PORT 1109
 #define POP_SERVICE "pop3"     /* we don't want the POP2 port! */