From 91bc15187852a0ccaea110cfc459723da3001dc5 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 19 Apr 2020 02:41:59 +0100 Subject: [PATCH] fileman - handle another error case to not pass null fix CID 1425226 --- src/modules/fileman/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/fileman/e_mod_main.c b/src/modules/fileman/e_mod_main.c index 658aa5ec1..f408d320b 100644 --- a/src/modules/fileman/e_mod_main.c +++ b/src/modules/fileman/e_mod_main.c @@ -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;