We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d66d4b commit 6160b71Copy full SHA for 6160b71
1 file changed
menu/menu_driver.c
@@ -3499,25 +3499,25 @@ static int menu_dialog_iterate(
3499
s2, sizeof(s2));
3500
3501
snprintf(s, len,
3502
- "%s"
+ "%.250s"
3503
"[%s]: "
3504
- "%-20s\n"
+ "%-20.20s\n"
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
- "%-20s\n",
+ "%-20.20s\n",
3521
3522
s2,
3523
0 commit comments