From 06778644fe639e20bf25eae532dc5b002af3a808 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 27 Aug 2007 09:55:18 +0000 Subject: enlarge ask_from_list array size to match list_directory() --- 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 731818a0d..2a44e01e3 100644 --- a/mdk-stage1/newt-frontend.c +++ b/mdk-stage1/newt-frontend.c @@ -174,7 +174,7 @@ void end_progression_raw(void) enum return_type ask_from_list_index(char *msg, char ** elems, char ** elems_comments, int * answer) { - char * items[500]; + char * items[50000]; int rc; if (elems_comments) { -- cgit v1.2.1