1
0
Fork 0
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:
Miika Pekkarinen 2006-10-25 15:14:15 +00:00
parent d13038d704
commit 649fc77aea
2 changed files with 16 additions and 7 deletions

View file

@ -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"