summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/options.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-12-19 06:34:22 +0000
committerjkh <jkh@FreeBSD.org>1999-12-19 06:34:22 +0000
commitbead2e7139048bc73563fd52c30d1ce5ae124a87 (patch)
treea939405b4e755cc543f4c1e874101f67ee588fec /release/sysinstall/options.c
parentc3ff65ba4ef0cda2fa7ad7f1ef79f1f5d1ab1f10 (diff)
downloadFreeBSD-src-bead2e7139048bc73563fd52c30d1ce5ae124a87.zip
FreeBSD-src-bead2e7139048bc73563fd52c30d1ce5ae124a87.tar.gz
More cosmetic surgery and a nasty null pointer bug in index.c fixed.
Diffstat (limited to 'release/sysinstall/options.c')
-rw-r--r--release/sysinstall/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c
index 4177abe..8f3c97f 100644
--- a/release/sysinstall/options.c
+++ b/release/sysinstall/options.c
@@ -53,6 +53,7 @@ varCheck(Option opt)
static char *
resetLogo(char *str)
{
+ clear();
return "[RESET!]";
}
OpenPOWER on IntegriCloud