diff options
| -rw-r--r-- | apps/tagcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c index 898263e..6e416dd 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -4425,7 +4425,7 @@ static void tagcache_thread(void) } remove(get_user_file_path(TAGCACHE_STATEFILE, IS_FILE | NEED_WRITE, - buf, sizeof(buf))); + path, sizeof(path))); # endif /* Allocate space for the tagcache if found on disk. */ |