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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user