1
0
Fork 0
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:
Miika Pekkarinen 2006-07-12 06:59:08 +00:00
parent f0da404e59
commit 4e19e6d20a

View file

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