summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2023-01-27 01:11:51 -0500
committerWilliam Wilgus <me.theuser@yahoo.com>2023-01-27 01:12:42 -0500
commit4e5fcbe89883800cf8beadfebfb0333237db5af8 (patch)
treebaa568e2e719c75fdffd6431c657b5ed27150382
parent1d6ce5193f07e0a8b9b2e58322ded7b12ad265a9 (diff)
downloadrockbox-4e5fcbe89883800cf8beadfebfb0333237db5af8.tar.gz
rockbox-4e5fcbe89883800cf8beadfebfb0333237db5af8.zip
fix red #2 d6fb80d4
Change-Id: I147e9b8f7c8e64234f55d39f9ac7c7253b065f9a
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 392848a705..91fd8817eb 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -4409,7 +4409,7 @@ static bool load_tagcache(void)
}
if ((idx->flag & FLAG_DELETED)
- IFN_DIRCACHE( || !global_settings.tagcache_autoupdate; ))
+ IFN_DIRCACHE( || !global_settings.tagcache_autoupdate ))
{
/* seek over tag data instead of reading */
if (lseek(fd, fe->tag_length, SEEK_CUR) < 0)