summaryrefslogtreecommitdiff
path: root/tools/database/database.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/database/database.c')
-rw-r--r--tools/database/database.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/database/database.c b/tools/database/database.c
index 30f1c39626..713d379c41 100644
--- a/tools/database/database.c
+++ b/tools/database/database.c
@@ -23,7 +23,7 @@ int main(int argc, char **argv)
23 23
24 /* / is actually ., will get translated in io.c 24 /* / is actually ., will get translated in io.c
25 * (with the help of sim_root_dir below */ 25 * (with the help of sim_root_dir below */
26 const char *paths[] = { "/", NULL }; 26 const char *paths[] = { "./", NULL };
27 tagcache_init(); 27 tagcache_init();
28 do_tagcache_build(paths); 28 do_tagcache_build(paths);
29 tagcache_reverse_scan(); 29 tagcache_reverse_scan();