summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/disks.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-11-07 16:40:10 +0000
committerjkh <jkh@FreeBSD.org>1996-11-07 16:40:10 +0000
commite570bb4c0c3c6370850547e78809dedbf400684d (patch)
tree49584647dbd38388a1348ea86e874b31e3116ac3 /release/sysinstall/disks.c
parenta216a996d5f7450bcb1e7cc542534993a88b301f (diff)
downloadFreeBSD-src-e570bb4c0c3c6370850547e78809dedbf400684d.zip
FreeBSD-src-e570bb4c0c3c6370850547e78809dedbf400684d.tar.gz
Make sure current_chunk is 0 each time we enter the editor.
Diffstat (limited to 'release/sysinstall/disks.c')
-rw-r--r--release/sysinstall/disks.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c
index f50cce1..3ce4686 100644
--- a/release/sysinstall/disks.c
+++ b/release/sysinstall/disks.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: disks.c,v 1.70 1996/10/09 09:53:27 jkh Exp $
+ * $Id: disks.c,v 1.71 1996/11/05 19:53:20 phk Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -184,6 +184,7 @@ diskPartition(Device *dev, Disk *d)
/* Flush both the dialog and curses library views of the screen
since we don't always know who called us */
dialog_clear_norefresh(), clear();
+ current_chunk = 0;
/* Set up the chunk array */
record_chunks(d);
OpenPOWER on IntegriCloud