From 84a0194e85ba38085d6b68e6b1e89b24151c6918 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 4 Jul 2001 17:31:36 +0000 Subject: very nice things happen when you hardcode arrays to a too small value --- mdk-stage1/newt-frontend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/newt-frontend.c') diff --git a/mdk-stage1/newt-frontend.c b/mdk-stage1/newt-frontend.c index 1d5c1e4d6..b3a858f27 100644 --- a/mdk-stage1/newt-frontend.c +++ b/mdk-stage1/newt-frontend.c @@ -168,7 +168,7 @@ void end_progression(void) enum return_type ask_from_list_comments(char *msg, char ** elems, char ** elems_comments, char ** choice) { - char * items[50]; + char * items[500]; int answer = 0, rc; char ** sav_elems = elems; int i; -- cgit v1.2.1