summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-11-16 08:35:16 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-11-16 08:35:16 +0000
commitf07a676728e441b7d36bd78c5111ac2d2615d86e (patch)
tree6a85d572af6417bd80bcd2ba0da5b49af6e6a0d8
parent2e6c99e0328046a44f0a46f149ca9ff0a2eb8f5f (diff)
Notes
-rw-r--r--release/sysinstall/disks.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c
index bb526a47f998e..6a481f8107392 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.33 1995/11/08 07:09:17 jkh Exp $
+ * $Id: disks.c,v 1.31.2.34 1995/11/16 08:10:14 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -90,11 +90,11 @@ print_chunks(Disk *d)
d->bios_sect = 32;
sz = 0;
for (i = 0; chunk_info[i]; i++)
- sz += chunk_info[i]->size;
+ sz += chunk_info[i]->size;
if (sz)
d->bios_cyl = sz / ONE_MEG;
else
- msgConfirm("
+ msgConfirm("Couldn't set geometry! You'll have to do it by hand.");
}
attrset(A_NORMAL);
mvaddstr(0, 0, "Disk name:\t");