Commit a54ba871 authored by Charles Davis's avatar Charles Davis Committed by Alexandre Julliard

ntdll: Shorten an ERR message and change it to a FIXME.

parent 895be2b0
......@@ -1018,7 +1018,7 @@ static NTSTATUS CDROM_ReadQChannel(int dev, int fd, const CDROM_SUB_Q_DATA_FORMA
/* We need IOCDAudioControl for IOCTL_CDROM_CURRENT_POSITION */
if (fmt->Format == IOCTL_CDROM_CURRENT_POSITION)
{
ERR("This version of Mac OS X does not support IOCDAudioControl\n");
FIXME("NIY\n");
return STATUS_NOT_SUPPORTED;
}
/* No IOCDAudioControl support; just set the audio status to none */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment