use string is empty here too
This commit is contained in:
parent
a7ff4da4c5
commit
7bab58b4bf
|
@ -1428,7 +1428,7 @@ static void frontend_linux_get_env(int *argc,
|
||||||
|
|
||||||
RARCH_LOG("Storage permissions: %d", perms);
|
RARCH_LOG("Storage permissions: %d", perms);
|
||||||
|
|
||||||
if (*app_dir)
|
if (!string_is_empty(app_dir))
|
||||||
{
|
{
|
||||||
RARCH_LOG("Application location: [%s].\n", app_dir);
|
RARCH_LOG("Application location: [%s].\n", app_dir);
|
||||||
if (args && *app_dir)
|
if (args && *app_dir)
|
||||||
|
|
Loading…
Reference in New Issue