mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 21:35:25 +00:00
disp_set_label_menu_file_core - set *w to implicit 0
This commit is contained in:
parent
e6373f2869
commit
4951201b6b
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user