From 3ea4bad112d2c738ceccf26a228281514a3ee8de Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 13 Oct 2008 22:41:22 +0000 Subject: [PATCH] - increase string length for x86 architectural options [r22852] --- ir/libcore/lc_opts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/libcore/lc_opts.c b/ir/libcore/lc_opts.c index 20f244557..80b0076b0 100644 --- a/ir/libcore/lc_opts.c +++ b/ir/libcore/lc_opts.c @@ -628,7 +628,7 @@ static void lc_opt_print_help_rec(lc_opt_entry_t *ent, char separator, lc_opt_en lc_grp_special_t *s = lc_get_grp_special(ent); char grp_name[512]; char value[256]; - char values[256]; + char values[512]; lc_opt_entry_t *e; if(!list_empty(&s->opts)) { -- 2.20.1