(menu displaylist/remapping) Increase val_s and val_d char arrays to 256

This commit is contained in:
twinaphex 2021-10-21 04:16:26 +02:00
parent 758eafa686
commit 22ae6f23aa

View File

@ -6253,7 +6253,7 @@ unsigned menu_displaylist_build_list(
for (p = 0; p < max_users; p++)
{
char val_s[16], val_d[16];
char val_s[256], val_d[256];
snprintf(val_s, sizeof(val_s),
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_INPUT_USER_BINDS),
p+1);