1
0
Fork 0
forked from len0rd/rockbox

Enable conditional clauses for string tags in disk mode also.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9559 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2006-04-08 08:03:51 +00:00
parent 0be0b43466
commit 53e921c4c3
2 changed files with 38 additions and 2 deletions

View file

@ -58,6 +58,7 @@ struct tagcache_search_clause
struct tagcache_search {
/* For internal use only. */
int fd, masterfd;
int idxfd[TAG_COUNT];
long seek_list[SEEK_LIST_SIZE];
long filter_tag[TAGCACHE_MAX_FILTERS];
long filter_seek[TAGCACHE_MAX_FILTERS];