forked from len0rd/rockbox
Tagcache autoupdate without dircache was not functional at all.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10200 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f0da404e59
commit
4e19e6d20a
1 changed files with 2 additions and 1 deletions
|
|
@ -2381,9 +2381,10 @@ static bool load_tagcache(void)
|
|||
logf("Entry no longer valid.");
|
||||
logf("-> %s", buf);
|
||||
idx->flag |= FLAG_DELETED;
|
||||
delete_entry((long)idx - (long)hdr->indices);
|
||||
delete_entry(fe->idx_id);
|
||||
continue;
|
||||
}
|
||||
close(testfd);
|
||||
}
|
||||
|
||||
idx->tag_seek[i] = pos;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue