summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2017-02-21 16:56:52 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2017-06-09 18:02:42 +0900
commit050fd33e34fce22dd3bd9c879ebd8879b2e91d96 (patch)
tree88fb6a0d80c7b3931e235a1b146159494dfe375f
parent4871dd2615f91344125114bbc3dc8448d8c7cb17 (diff)
downloadaul-1-050fd33e34fce22dd3bd9c879ebd8879b2e91d96.tar.gz
aul-1-050fd33e34fce22dd3bd9c879ebd8879b2e91d96.tar.bz2
aul-1-050fd33e34fce22dd3bd9c879ebd8879b2e91d96.zip
Fix bug about getting app root pathtizen_3.0_tv
Change-Id: I258623afed30d3da08c7dea3c7dec1a4823a529a Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--src/aul_path.c2
1 files changed, 1 insertions, 1 deletions
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)