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:
parent
0be0b43466
commit
53e921c4c3
2 changed files with 38 additions and 2 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue