Change val_d back to 16 size

This commit is contained in:
twinaphex 2021-10-21 04:34:04 +02:00
parent 22ae6f23aa
commit c79b60ba77

View File

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