summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/variable.c')
-rw-r--r--release/sysinstall/variable.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/release/sysinstall/variable.c b/release/sysinstall/variable.c
index 6fbd643..4f7ad73 100644
--- a/release/sysinstall/variable.c
+++ b/release/sysinstall/variable.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: variable.c,v 1.7 1995/12/07 10:34:23 peter Exp $
+ * $Id: variable.c,v 1.8 1996/04/13 13:32:15 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -128,12 +128,10 @@ char *
variable_get_value(char *var, char *prompt)
{
char *cp;
-
- dialog_clear();
+
if ((cp = msgGetInput(variable_get(var), prompt)) != NULL)
variable_set2(var, cp);
else
cp = NULL;
- dialog_clear();
return cp;
}
OpenPOWER on IntegriCloud