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

This commit is contained in:
Charles Davis 2009-10-14 10:46:53 -06:00 committed by Alexandre Julliard
parent 895be2b0f8
commit a54ba8712f

View File

@ -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 */