From 0075f296034d15591c8127022ceb29c9ecb18850 Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Wed, 2 Jun 2010 11:40:44 -0700 Subject: Additional fix to cli_new.c on arg. --- src/cli_new.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3