forked from len0rd/rockbox
FS#6155: "oneof" oeprator limited to a list of 3 or less values.
Increased clause string length to 128. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11166 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3cb17b262f
commit
3b7111e6ea
2 changed files with 3 additions and 3 deletions
|
|
@ -98,7 +98,7 @@ struct tagcache_search_clause
|
|||
bool numeric;
|
||||
bool input;
|
||||
long numeric_data;
|
||||
char str[32];
|
||||
char str[128];
|
||||
};
|
||||
|
||||
struct tagcache_search {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue