From dd5cca12ed17a57657a85c3f7b24277881898914 Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 26 May 1997 05:33:16 +0000 Subject: Lame typo fix here too. --- release/sysinstall/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/sysinstall') diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c index 4285ea7..51c51c8 100644 --- a/release/sysinstall/config.c +++ b/release/sysinstall/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" -- cgit v1.1