Change-Id: I147e9b8f7c8e64234f55d39f9ac7c7253b065f9a
This commit is contained in:
William Wilgus 2023-01-27 01:11:51 -05:00 committed by William Wilgus
parent 1d6ce5193f
commit 4e5fcbe898

View file

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