Properly scan tagcache fast against dircache.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9431 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
795eff69c1
commit
c95d9d0835
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ static struct index_entry *find_entry_ram(const char *filename,
|
|||
else
|
||||
i = 0;
|
||||
|
||||
for (; i < hdr->h.entry_count - last_pos; i++)
|
||||
for (; i < hdr->h.entry_count; i++)
|
||||
{
|
||||
if (hdr->indices[i].tag_seek[tag_filename] == (long)dc)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue