From: Thomas Roessler Date: Tue, 15 Feb 2000 13:35:38 +0000 (+0000) Subject: Increase the size of ErrorBuf. X-Git-Tag: mutt-1-1-5-rel~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e204d35f1de36422a91e792af7f264cb3880570;p=mutt Increase the size of ErrorBuf. --- diff --git a/globals.h b/globals.h index 81308c40..b502fc07 100644 --- 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;