diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2006-08-11 10:13:16 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-08-11 10:13:16 +0000 |
| commit | 3b52bb9c68665c6860c7da6f8ee0b3d8fe26d53d (patch) | |
| tree | 4a286c9f43aa15899857119b54759141bb68d8dd /apps/tagcache.c | |
| parent | 1204136632777e84eac790811fb074552ef2e6b7 (diff) | |
| download | rockbox-3b52bb9c68665c6860c7da6f8ee0b3d8fe26d53d.zip rockbox-3b52bb9c68665c6860c7da6f8ee0b3d8fe26d53d.tar.gz rockbox-3b52bb9c68665c6860c7da6f8ee0b3d8fe26d53d.tar.bz2 rockbox-3b52bb9c68665c6860c7da6f8ee0b3d8fe26d53d.tar.xz | |
Properly handle early USB mode, dircache and tagcache state files with
flashed rockbox.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10525 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagcache.c')
| -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 4bcf25b..ec713e2 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -3300,7 +3300,7 @@ void tagcache_unload_ramcache(void) { stat.ramcache = false; /* Just to make sure there is no statefile present. */ - remove(TAGCACHE_STATEFILE); + // remove(TAGCACHE_STATEFILE); } #endif |