From 90b48cd7218dfad72d4135318e8300d72709d464 Mon Sep 17 00:00:00 2001 From: Thomas Martitz 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 898263ef23..6e416dd7f8 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. */