From: Nikolay Sivov Subject: [PATCH 8/8] dwrite: Turn fixme to trace in Analyze() Message-Id: <544F45C0.6070808@codeweavers.com> Date: Tue, 28 Oct 2014 10:29:04 +0300 --- From 0a016a4b4c196d7b68b08f3d936386a0c31c2fb5 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Tue, 28 Oct 2014 10:19:45 +0300 Subject: [PATCH 8/8] dwrite: Turn fixme to trace in Analyze() --- dlls/dwrite/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dwrite/font.c b/dlls/dwrite/font.c index 622027c..8420fdc 100644 --- a/dlls/dwrite/font.c +++ b/dlls/dwrite/font.c @@ -1792,7 +1792,7 @@ static HRESULT WINAPI dwritefontfile_Analyze(IDWriteFontFile *iface, BOOL *isSup IDWriteFontFileStream *stream; HRESULT hr; - FIXME("(%p)->(%p, %p, %p, %p): Stub\n", This, isSupportedFontType, fontFileType, fontFaceType, numberOfFaces); + TRACE("(%p)->(%p, %p, %p, %p)\n", This, isSupportedFontType, fontFileType, fontFaceType, numberOfFaces); *isSupportedFontType = FALSE; *fontFileType = DWRITE_FONT_FILE_TYPE_UNKNOWN; -- 2.1.1