paranoid_confirm menu followup

The command name is expected to be short and the menu description is
expected to be short, but use a bigger buffer for the combination of
the two just in case.
This commit is contained in:
PatR
2023-06-30 16:54:43 -07:00
parent b05bc01061
commit 43079cf72f

View File

@@ -5594,7 +5594,7 @@ handler_paranoid_confirmation(void)
winid tmpwin;
anything any;
int i;
char mkey, mbuf[QBUFSZ], ebuf[QBUFSZ], cbuf[QBUFSZ];
char mkey, mbuf[QBUFSZ], ebuf[BUFSZ], cbuf[QBUFSZ];
const char *explain, *cmdnm;
menu_item *paranoia_picks = (menu_item *) 0;
int clr = 0;