diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/tagcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c index e9a8dab..cfa0d70 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -4323,6 +4323,7 @@ static void tagcache_thread(void) case Q_REBUILD: remove_files(); + remove(TAGCACHE_FILE_TEMP); tagcache_build("/"); break; |