Lame typo fix here too.

This commit is contained in:
jkh 1997-05-26 05:33:16 +00:00
parent a6e26de4df
commit 4e8cf4b4a5
3 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"