mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
Fix return from IOCTL_CDROM_CHECK_VERIFY.
This commit is contained in:
parent
52574ed701
commit
a96caa0700
@ -759,7 +759,7 @@ static DWORD CDROM_Verify(int dev)
|
||||
SUB_Q_CHANNEL_DATA data;
|
||||
|
||||
fmt.Format = IOCTL_CDROM_CURRENT_POSITION;
|
||||
return CDROM_ReadQChannel(dev, &fmt, &data) ? 0 : 1;
|
||||
return CDROM_ReadQChannel(dev, &fmt, &data) ? 1 : 0;
|
||||
}
|
||||
|
||||
/******************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user