From 0e204d35f1de36422a91e792af7f264cb3880570 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 15 Feb 2000 13:35:38 +0000 Subject: [PATCH] Increase the size of ErrorBuf. --- globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0