diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-04-23 01:29:35 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-04-23 01:29:35 +0000 |
| commit | 2113a60c4bd5fead694c80128f2ab2b7f9dc2333 (patch) | |
| tree | 61dd517d68f78c02b32b70a1ec457f1509801e87 /release/sysinstall/variable.c | |
| parent | 5553e30b4807af6bb735f8dc0ffd12b2766dd9f7 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/variable.c')
| -rw-r--r-- | release/sysinstall/variable.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/release/sysinstall/variable.c b/release/sysinstall/variable.c index 6fbd643a65f2..4f7ad7310ac9 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; } |
