mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(menu_displaylist.c) Initialize label
This commit is contained in:
parent
4571485917
commit
e6416a6bad
@ -1631,7 +1631,7 @@ static int menu_displaylist_parse_generic(menu_displaylist_info_t *info, bool *n
|
||||
{
|
||||
bool is_dir;
|
||||
const char *path = NULL;
|
||||
char label[PATH_MAX_LENGTH];
|
||||
char label[PATH_MAX_LENGTH] = {0};
|
||||
menu_file_type_t file_type = MENU_FILE_NONE;
|
||||
|
||||
switch (str_list->elems[i].attr.i)
|
||||
|
Loading…
x
Reference in New Issue
Block a user