forked from len0rd/rockbox
Don't fail with very long lines.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11342 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d13038d704
commit
649fc77aea
2 changed files with 16 additions and 7 deletions
|
|
@ -58,7 +58,7 @@ enum tag_type { tag_artist = 0, tag_album, tag_genre, tag_title,
|
|||
#define TAGCACHE_STRICT_ALIGN 1
|
||||
|
||||
#define TAGCACHE_MAX_FILTERS 4
|
||||
#define TAGCACHE_MAX_CLAUSES 16
|
||||
#define TAGCACHE_MAX_CLAUSES 32
|
||||
|
||||
/* Tag database files. */
|
||||
#define TAGCACHE_FILE_TEMP ROCKBOX_DIR "/tagcache_tmp.tcd"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue