disp_set_label_menu_file_core - set *w to implicit 0

This commit is contained in:
LibretroAdmin 2024-12-28 00:38:04 +01:00
parent e6373f2869
commit 4951201b6b

View File

@ -404,6 +404,7 @@ static void menu_action_setting_disp_set_label_menu_file_core(
const char *alt = list->list[i].alt
? list->list[i].alt
: list->list[i].path;
*w = 0;
if (alt)
strlcpy(s2, alt, len2);
}