From 39a3b2511500967768ec6412e4c894a18768a311 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Tue, 21 Feb 2017 16:56:52 +0900 Subject: Fix bug about getting app root path Change-Id: I258623afed30d3da08c7dea3c7dec1a4823a529a Signed-off-by: Hwankyu Jhun --- src/aul_path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aul_path.c b/src/aul_path.c index aeeeb4ef..6955b4a9 100644 --- a/src/aul_path.c +++ b/src/aul_path.c @@ -247,7 +247,7 @@ API const char *aul_get_app_root_path(void) { static char *path; - return __get(&path, NULL, NULL, getuid(), __get_path); + return __get(&path, NULL, NULL, getuid(), __get_path_from_db); } API const char *aul_get_app_data_path(void) -- cgit v1.2.3