summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 898263ef23..6e416dd7f8 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -4425,7 +4425,7 @@ static void tagcache_thread(void)
4425 } 4425 }
4426 4426
4427 remove(get_user_file_path(TAGCACHE_STATEFILE, IS_FILE | NEED_WRITE, 4427 remove(get_user_file_path(TAGCACHE_STATEFILE, IS_FILE | NEED_WRITE,
4428 buf, sizeof(buf))); 4428 path, sizeof(path)));
4429# endif 4429# endif
4430 4430
4431 /* Allocate space for the tagcache if found on disk. */ 4431 /* Allocate space for the tagcache if found on disk. */