diff options
-rw-r--r-- | src/aul_path.c | 2 |
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) |