From 5a33784ba34393bddfb5827fd56da5571e83b25b Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Thu, 11 May 2006 19:21:20 +0000 Subject: Fixed a problem with tagcache search skipping long tags. Thanks for Gaetano for finding the problem and providing a fix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9914 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tagcache.c b/apps/tagcache.c index 84da5f90af..127c6aa63a 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -523,7 +523,7 @@ static bool build_lookup_list(struct tagcache_search *tcs) { struct tagfile_entry tfe; int seek = entry.tag_seek[tcs->clause[i]->tag]; - char str[64]; + char str[256]; memset(str, 0, sizeof str); if (!tagcache_is_numeric_tag(tcs->clause[i]->tag)) -- cgit v1.2.3