summaryrefslogtreecommitdiff
path: root/apps/tagtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagtree.c')
-rw-r--r--apps/tagtree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c
index 90fa617aad..8ea515f390 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -47,7 +47,7 @@
47 47
48static int tagtree_play_folder(struct tree_context* c); 48static int tagtree_play_folder(struct tree_context* c);
49 49
50static char searchstring[32]; 50static char searchstring[128];
51 51
52enum variables { 52enum variables {
53 var_sorttype = 100, 53 var_sorttype = 100,
@@ -162,7 +162,7 @@ static int get_token_str(char *buf, int size)
162 162
163static int get_tag(int *tag) 163static int get_tag(int *tag)
164{ 164{
165 char buf[32]; 165 char buf[128];
166 int i; 166 int i;
167 167
168 /* Find the start. */ 168 /* Find the start. */