]> granicus.if.org Git - mutt/commitdiff
Increase the size of ErrorBuf.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 15 Feb 2000 13:35:38 +0000 (13:35 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 15 Feb 2000 13:35:38 +0000 (13:35 +0000)
globals.h

index 81308c4090bf3dc75171779eda4eefbe71d75afe..b502fc07946c5a2ce2e78f06fe4129e0ea680d28 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -20,7 +20,7 @@ WHERE void (*mutt_error) (const char *, ...);
 
 WHERE CONTEXT *Context;
 
-WHERE char Errorbuf[SHORT_STRING];
+WHERE char Errorbuf[STRING];
 
 #if defined(DL_STANDALONE) && defined(USE_DOTLOCK)
 WHERE char *MuttDotlock;