Change-Id: I805490f660626f48220b41de3ee1026c260d0067
This commit is contained in:
William Wilgus 2023-01-27 00:38:30 -05:00 committed by William Wilgus
parent 00e5c81ecb
commit 1d6ce5193f

View file

@ -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)