mirror of
https://github.com/libretro/RetroArch
synced 2025-03-04 07:13:26 +00:00
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);
|
||||
|
||||
if (*app_dir)
|
||||
if (!string_is_empty(app_dir))
|
||||
{
|
||||
RARCH_LOG("Application location: [%s].\n", app_dir);
|
||||
if (args && *app_dir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user