aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/label.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-10-02 02:19:35 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-10-02 02:19:35 +0000
commit4dcc16b986e925aeb8c66b568a086cae46b5afe9 (patch)
tree20b6823341f9053ef469ea40c54ae690732a5cc0 /usr.sbin/sysinstall/label.c
parenta54f2b1abbeff43597ecb841cc80718df2826179 (diff)
downloadsrc-4dcc16b986e925aeb8c66b568a086cae46b5afe9.tar.gz
src-4dcc16b986e925aeb8c66b568a086cae46b5afe9.zip
Catch a clear() I missed.
Notes
Notes: svn path=/head/; revision=18636
Diffstat (limited to 'usr.sbin/sysinstall/label.c')
-rw-r--r--usr.sbin/sysinstall/label.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c
index 98f26c8171ea..4be5dcda13e4 100644
--- a/usr.sbin/sysinstall/label.c
+++ b/usr.sbin/sysinstall/label.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: label.c,v 1.59 1996/10/01 12:13:13 jkh Exp $
+ * $Id: label.c,v 1.60 1996/10/01 14:08:23 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -802,7 +802,7 @@ diskLabel(char *str)
}
variable_set2(DISK_LABELLED, "yes");
record_label_chunks(devs);
- clear();
+ clear_wins();
break;
default:
@@ -817,6 +817,7 @@ diskLabel(char *str)
getNewfsCmd(label_chunk_info[here].c->private_data);
else
msg = MSG_NOT_APPLICABLE;
+ clear_wins();
break;
case 'T': /* Toggle newfs state */
@@ -850,7 +851,7 @@ diskLabel(char *str)
}
}
record_label_chunks(devs);
- clear();
+ clear_wins();
break;
case 'W':
@@ -861,7 +862,7 @@ diskLabel(char *str)
variable_set2(DISK_LABELLED, "yes");
diskLabelCommit(NULL);
}
- clear();
+ clear_wins();
break;
case '|':
@@ -886,7 +887,7 @@ diskLabel(char *str)
variable_set2(DISK_LABELLED, "yes");
DialogActive = TRUE;
record_label_chunks(devs);
- clear();
+ clear_wins();
}
else
msg = "A most prudent choice!";