fileman - handle another error case to not pass null

fix CID 1425226
This commit is contained in:
Carsten Haitzler 2020-04-19 02:41:59 +01:00
parent 2ccfec3dad
commit 91bc151878
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ static void
_e_mod_action_fileman_show_cb(E_Object *obj EINA_UNUSED,
const char *params)
{
const char *dev = "/", *path = NULL;
const char *dev = "/", *path = "/";
char *p = NULL;
E_Zone *zone = NULL;