summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index e9a8dab599..cfa0d70737 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -4323,6 +4323,7 @@ static void tagcache_thread(void)
4323 4323
4324 case Q_REBUILD: 4324 case Q_REBUILD:
4325 remove_files(); 4325 remove_files();
4326 remove(TAGCACHE_FILE_TEMP);
4326 tagcache_build("/"); 4327 tagcache_build("/");
4327 break; 4328 break;
4328 4329