summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-04-17 16:07:05 -0700
committerKevin McCarthy <kevin@8t8.us>2019-04-17 16:07:05 -0700
commit098272e0aa9890ce2468d5a664df0315e2a96eb7 (patch)
tree48d977894209e9b529d88ebd7b960d24adc825ed /commands.c
parent3c6bdc9062f56d3c3fe94f7a0af48183ff8b1902 (diff)
Increase prompt size to remove warning.
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
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;