From bba9de2368047bae36c11295dc1e4cfe2715ce95 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Wed, 11 Oct 2006 04:32:33 +0000 Subject: Now the 128 bytes limit for search clauses should work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11183 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagtree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/tagtree.c') diff --git a/apps/tagtree.c b/apps/tagtree.c index 8ea515f390..d8d8597d68 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -312,7 +312,7 @@ static bool read_variable(char *buf, int size) static int get_format_str(struct display_format *fmt) { int ret; - char buf[32]; + char buf[128]; memset(fmt, 0, sizeof(struct display_format)); @@ -362,7 +362,7 @@ static int get_condition(struct search_instruction *inst) { int tag; int condition; - char buf[32]; + char buf[128]; switch (*strp) { -- cgit v1.2.3