aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/disks.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-04-28 03:27:26 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-04-28 03:27:26 +0000
commit89592e552b3c0412427be26551c5074c0aa499d9 (patch)
tree3ea5bbe8ec61c1ac0d4dc65e282de55573fb8a67 /release/sysinstall/disks.c
parentd1efb9fdc213f66daf873d2e60829245e505e209 (diff)
downloadsrc-89592e552b3c0412427be26551c5074c0aa499d9.tar.gz
src-89592e552b3c0412427be26551c5074c0aa499d9.zip
Fix an ancient index list bug.
Make FTP re-initializion work. Fix fix fix.
Notes
Notes: svn path=/head/; revision=15419
Diffstat (limited to 'release/sysinstall/disks.c')
-rw-r--r--release/sysinstall/disks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c
index fec4cf2e3bdb..0c62dacbf851 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.42 1996/04/25 17:31:14 jkh Exp $
+ * $Id: disks.c,v 1.43 1996/04/28 00:37:28 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -352,7 +352,7 @@ diskPartition(Device *dev, Disk *d)
&& (mbrContents = getBootMgr(d->name)) != NULL)
Set_Boot_Mgr(d, mbrContents);
- if (diskPartitionWrite(NULL) != DITEM_SUCCESS)
+ if (DITEM_STATUS(diskPartitionWrite(NULL)) != DITEM_SUCCESS)
msgConfirm("Disk partition write returned an error status!");
else
msgConfirm("Wrote FDISK partition information out successfully.");