diff options
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r-- | mdk-stage1/stage1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index 01316fee0..2332c8c2d 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -126,7 +126,7 @@ static void expert_third_party_modules(void) char * choice; int rc; char * questions[] = { "Options", NULL }; - char ** answers; + static char ** answers = NULL; results = ask_yes_no("If you want to insert third-party kernel modules, insert " "a Linux (ext2fs) formatted floppy containing the modules and confirm. Otherwise, select \"no\".");; |