forked from len0rd/rockbox
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
This commit is contained in:
parent
27ad822a44
commit
dd7103ae2e
1 changed files with 1 additions and 0 deletions
|
@ -4323,6 +4323,7 @@ static void tagcache_thread(void)
|
||||||
|
|
||||||
case Q_REBUILD:
|
case Q_REBUILD:
|
||||||
remove_files();
|
remove_files();
|
||||||
|
remove(TAGCACHE_FILE_TEMP);
|
||||||
tagcache_build("/");
|
tagcache_build("/");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue