From dd7103ae2e2a73c91a393aaa2ae62f17bbd93535 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Wed, 4 Jun 2008 19:27:11 +0000 Subject: Make sure a temporary file does not exists preventing the database re-initialization. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17689 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/tagcache.c b/apps/tagcache.c index e9a8dab599..cfa0d70737 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; -- cgit v1.2.3