mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-17 16:10:29 +00:00
Fix warning/logic fault - http://dpaste.com/3R9MN3Q
This commit is contained in:
parent
c7f7574d9e
commit
d15c5cec4a
@ -1257,7 +1257,7 @@ static int menu_displaylist_parse_settings_in_subgroup(menu_displaylist_info_t *
|
||||
if (!menu)
|
||||
return -1;
|
||||
|
||||
if (info->label)
|
||||
if (info->label[0] != '\0')
|
||||
{
|
||||
str_list = string_split(info->label, "|");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user