From: Kevin McCarthy Date: Wed, 17 Apr 2019 23:07:05 +0000 (-0700) Subject: Increase prompt size to remove warning. X-Git-Tag: mutt-1-12-rel~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=098272e0aa9890ce2468d5a664df0315e2a96eb7;p=mutt Increase prompt size to remove warning. --- diff --git a/commands.c b/commands.c index 6db23055..15f6dbbc 100644 --- a/commands.c +++ b/commands.c @@ -321,7 +321,7 @@ int mutt_display_message (HEADER *cur) void ci_bounce_message (HEADER *h) { - char prompt[SHORT_STRING]; + char prompt[SHORT_STRING+1]; char scratch[SHORT_STRING]; char buf[HUGE_STRING] = { 0 }; ADDRESS *adr = NULL;