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 8ea515f390..d8d8597d68 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -312,7 +312,7 @@ static bool read_variable(char *buf, int size)
312static int get_format_str(struct display_format *fmt) 312static int get_format_str(struct display_format *fmt)
313{ 313{
314 int ret; 314 int ret;
315 char buf[32]; 315 char buf[128];
316 316
317 memset(fmt, 0, sizeof(struct display_format)); 317 memset(fmt, 0, sizeof(struct display_format));
318 318
@@ -362,7 +362,7 @@ static int get_condition(struct search_instruction *inst)
362{ 362{
363 int tag; 363 int tag;
364 int condition; 364 int condition;
365 char buf[32]; 365 char buf[128];
366 366
367 switch (*strp) 367 switch (*strp)
368 { 368 {