aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-05-26 05:33:16 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-05-26 05:33:16 +0000
commitcfca7bde4209f5330c89bed6b510ea06d6384a2a (patch)
tree827935b0a89171a92c2d4191051999baf11c0a3f /usr.sbin/sade
parent1b87a2d536cf8b0ed41f26450405e00f88e24482 (diff)
downloadsrc-cfca7bde4209f5330c89bed6b510ea06d6384a2a.tar.gz
src-cfca7bde4209f5330c89bed6b510ea06d6384a2a.zip
Lame typo fix here too.
Notes
Notes: svn path=/head/; revision=26154
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c
index 4285ea736197..51c51c8cf530 100644
--- a/usr.sbin/sade/config.c
+++ b/usr.sbin/sade/config.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: config.c,v 1.93 1997/05/23 18:54:28 jkh Exp $
+ * $Id: config.c,v 1.94 1997/05/26 04:57:56 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -532,7 +532,7 @@ configXFree86(dialogMenuItem *self)
return DITEM_FAILURE | DITEM_RESTORE;
}
- if (mediaDevice && mediaDevice->type != MEDIA_CDROM) {
+ if (mediaDevice && mediaDevice->type != DEVICE_TYPE_CDROM) {
if (DITEM_STATUS(mediaSetCDROM(NULL)) != DITEM_SUCCESS || !mediaDevice || !mediaDevice->init(mediaDevice)) {
msgConfirm("I can't mount the CDE distribution from CDROM, sorry.\n"
"Please make sure you have the 1st CD of your FreeBSD Desktop/Pro\n"