mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 15:27:41 +00:00
Use string_is_empty
This commit is contained in:
parent
60f0b42b1c
commit
dc4464471e
@ -42,7 +42,7 @@ static bool core_option_manager_parse_variable(
|
||||
if (!string_is_empty(var->value))
|
||||
value = strdup(var->value);
|
||||
|
||||
if (value)
|
||||
if (!string_is_empty(value))
|
||||
desc_end = strstr(value, "; ");
|
||||
|
||||
if (!desc_end)
|
||||
|
Loading…
Reference in New Issue
Block a user