parent
00e5c81ecb
commit
1d6ce5193f
1 changed files with 2 additions and 1 deletions
|
@ -4408,7 +4408,8 @@ static bool load_tagcache(void)
|
||||||
goto failure;
|
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 */
|
/* seek over tag data instead of reading */
|
||||||
if (lseek(fd, fe->tag_length, SEEK_CUR) < 0)
|
if (lseek(fd, fe->tag_length, SEEK_CUR) < 0)
|
||||||
|
|
Loading…
Reference in a new issue