summaryrefslogtreecommitdiffstats
path: root/apps/tagcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index a2cff00621..392848a705 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -4408,7 +4408,8 @@ static bool load_tagcache(void)
goto failure;
}
- if ((idx->flag & FLAG_DELETED) IFN_DIRCACHE( || !auto_update ))
+ if ((idx->flag & FLAG_DELETED)
+ IFN_DIRCACHE( || !global_settings.tagcache_autoupdate; ))
{
/* seek over tag data instead of reading */
if (lseek(fd, fe->tag_length, SEEK_CUR) < 0)