summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
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)
523 { 523 {
524 struct tagfile_entry tfe; 524 struct tagfile_entry tfe;
525 int seek = entry.tag_seek[tcs->clause[i]->tag]; 525 int seek = entry.tag_seek[tcs->clause[i]->tag];
526 char str[64]; 526 char str[256];
527 527
528 memset(str, 0, sizeof str); 528 memset(str, 0, sizeof str);
529 if (!tagcache_is_numeric_tag(tcs->clause[i]->tag)) 529 if (!tagcache_is_numeric_tag(tcs->clause[i]->tag))