Commit e2a4974f authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

quartz: Downgrade FIXME->WARN.

parent c6a4811e
......@@ -2379,7 +2379,7 @@ static HRESULT WINAPI MediaSeeking_IsFormatSupported(IMediaSeeking *iface, const
if (!IsEqualGUID(&TIME_FORMAT_MEDIA_TIME, pFormat))
{
FIXME("Unhandled time format %s\n", debugstr_guid(pFormat));
WARN("Unhandled time format %s\n", debugstr_guid(pFormat));
return S_FALSE;
}
......
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