From 3a12155460fce900cdd0be49e980cc480896ce37 Mon Sep 17 00:00:00 2001 From: kugel Date: Sun, 1 Aug 2010 16:26:35 +0000 Subject: [PATCH] Fix last red. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27658 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tagcache.c b/apps/tagcache.c index 898263ef2..6e416dd7f 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. */ -- 2.11.4.GIT