From e570bb4c0c3c6370850547e78809dedbf400684d Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 7 Nov 1996 16:40:10 +0000 Subject: Make sure current_chunk is 0 each time we enter the editor. --- release/sysinstall/disks.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release/sysinstall/disks.c') 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); -- cgit v1.1