diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-06 08:51:00 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-06 08:51:00 +0000 |
| commit | a3374a9920a6fac9c328ee4650807e8587f4e1dd (patch) | |
| tree | 5dc5a34e93c5b1b358d592ad38158bd2421e82a8 | |
| parent | ad48d6cae2a85739590ab45c97ee5bfbe58f16e7 (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/disks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c index f2083e28e6d2f..9167779827e7d 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.31.2.6 1995/09/23 22:20:10 jkh Exp $ + * $Id: disks.c,v 1.31.2.7 1995/10/03 23:36:39 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -138,9 +138,9 @@ diskPartition(Disk *d) clear(); record_chunks(d); - print_command_summary(); while (chunking) { print_chunks(d); + print_command_summary(); if (msg) { standout(); mvprintw(23, 0, msg); standend(); beep(); |
