From: Nikolay Sivov Subject: [PATCH 3/4] dwrite: Turn fixme to trace in Analyze() Message-Id: <545146F3.5060407@codeweavers.com> Date: Wed, 29 Oct 2014 22:58:43 +0300 --- From 78df0aea833e6126d8ce89f0b36f4f984da273b6 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Wed, 29 Oct 2014 22:43:51 +0300 Subject: [PATCH 3/4] 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