summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cli_new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli_new.c b/src/cli_new.c
index 621b634..50655b6 100644
--- a/src/cli_new.c
+++ b/src/cli_new.c
@@ -2410,7 +2410,7 @@ is_deactivated(const clind_path_ref *path,const char *symbol)
return FALSE;
}
- const char* path_string = clind_path_get_path_string(path);
+ const char* path_string = clind_path_get_path_string(*path);
char buf[1024]; //ALSO USED AS LIMIT IN UNIONFS path length
strcpy(buf,path_string);