From 8d0622fafe642710e1f9cc90365396da7c5c7023 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Fri, 31 Oct 2014 23:58:19 +0900 Subject: [PATCH] app/config_data: fix wrong pass. --- src/bin/config_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/config_data.c b/src/bin/config_data.c index cd4e334..1e735c6 100644 --- a/src/bin/config_data.c +++ b/src/bin/config_data.c @@ -60,7 +60,7 @@ config_edj_path_update(config_data *cd) return; } - eina_stringshare_replace(&cd->edj_path, buf); + eina_stringshare_replace(&cd->edj_path, tmp_path); eina_tmpstr_del(tmp_path); }