aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/msg.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-07-31 06:20:59 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-07-31 06:20:59 +0000
commite5034f83b0defad53ec34ca4ee53d72e3105e002 (patch)
treecc2ecdeb856d895ae030139b6745edde8dae0e30 /usr.sbin/sysinstall/msg.c
parent7e33c72e6a2d7545acd4ee2e350850a2e8fbdd20 (diff)
downloadsrc-e5034f83b0defad53ec34ca4ee53d72e3105e002.tar.gz
src-e5034f83b0defad53ec34ca4ee53d72e3105e002.zip
Detect which partitions have already been created with `auto' so as not to create them
twice. Various cosmetic tweaks.
Notes
Notes: svn path=/head/; revision=17362
Diffstat (limited to 'usr.sbin/sysinstall/msg.c')
-rw-r--r--usr.sbin/sysinstall/msg.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c
index f37b0d37ddb8..3369019cec21 100644
--- a/usr.sbin/sysinstall/msg.c
+++ b/usr.sbin/sysinstall/msg.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: msg.c,v 1.36 1996/06/14 14:33:57 jkh Exp $
+ * $Id: msg.c,v 1.37 1996/07/10 11:38:28 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -82,9 +82,7 @@ msgInfo(char *fmt, ...)
/* NULL is a special convention meaning "erase the old stuff" */
if (!fmt) {
move(OnVTY ? VTY_STATLINE : TTY_STATLINE, 0);
- attrset(A_NORMAL);
clrtoeol();
- attrset(attrs);
return;
}
errstr = (char *)alloca(FILENAME_MAX);