mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 12:35:23 +00:00
Minor nit.
This commit is contained in:
parent
6538312d86
commit
c0f436b8ab
@ -273,7 +273,7 @@ static void parse_config_file(void)
|
||||
{
|
||||
config_file_t *conf = NULL;
|
||||
|
||||
if (strlen(g_extern.config_path) > 0)
|
||||
if (*g_extern.config_path)
|
||||
{
|
||||
conf = config_file_new(g_extern.config_path);
|
||||
if (!conf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user