From 83aa0812abdd870f373cd1145dddc0a1afccf62b Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 11 Jun 1996 13:07:57 +0000 Subject: Put in a strategic dialog_clear() to prevent screen corruption reported by Joerg. --- 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 87be0c9..f6d899d 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.49 1996/06/08 08:01:43 jkh Exp $ + * $Id: disks.c,v 1.50 1996/06/08 09:08:32 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -73,6 +73,7 @@ print_chunks(Disk *d) if ((!d->bios_cyl || d->bios_cyl > 65536) || (!d->bios_hd || d->bios_hd > 256) || (!d->bios_sect || d->bios_sect >= 64)) { int sz; + dialog_clear(); msgConfirm("WARNING: The current geometry for %s is incorrect. Using\n" "a default geometry of 64 heads and 32 sectors. If this geometry\n" "is incorrect or you are unsure as to whether or not it's correct,\n" -- cgit v1.1