mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
use string is empty here too
This commit is contained in:
parent
a7ff4da4c5
commit
7bab58b4bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue