From 7234d1b90c3a62740cf89931341cfb2d04ded1c0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 20 Dec 2004 13:13:35 +0000 Subject: create unset_automatic() --- mdk-stage1/automatic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdk-stage1/automatic.c') diff --git a/mdk-stage1/automatic.c b/mdk-stage1/automatic.c index 406e5f003..a2e32924e 100644 --- a/mdk-stage1/automatic.c +++ b/mdk-stage1/automatic.c @@ -114,7 +114,7 @@ enum return_type ask_from_list_auto(char *msg, char ** elems, char ** choice, ch elems++; elems_auto++; } - unset_param(MODE_AUTOMATIC); /* we are in a fallback mode */ + unset_automatic(); /* we are in a fallback mode */ return ask_from_list(msg, sav_elems, choice); } } @@ -135,7 +135,7 @@ enum return_type ask_from_list_comments_auto(char *msg, char ** elems, char ** e elems++; elems_auto++; } - unset_param(MODE_AUTOMATIC); /* we are in a fallback mode */ + unset_automatic(); /* we are in a fallback mode */ return ask_from_list_comments(msg, sav_elems, elems_comments, choice); } } -- cgit v1.2.1