Andrew Eikum : quartz: Downgrade FIXME->WARN.

Alexandre Julliard julliard at winehq.org
Thu Jan 26 14:53:13 CST 2017


Module: wine
Branch: master
Commit: e2a4974f399df7e3a4c97b3bd1348ea8fb9d5930
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e2a4974f399df7e3a4c97b3bd1348ea8fb9d5930

Author: Andrew Eikum <aeikum at codeweavers.com>
Date:   Wed Jan 25 15:13:01 2017 -0600

quartz: Downgrade FIXME->WARN.

Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/quartz/filtergraph.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/quartz/filtergraph.c b/dlls/quartz/filtergraph.c
index 2bd08f1..92c30c1 100644
--- a/dlls/quartz/filtergraph.c
+++ b/dlls/quartz/filtergraph.c
@@ -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;
     }
 




More information about the wine-cvs mailing list