Nikolay Sivov : dwrite: Turn fixme to trace in Analyze().

Alexandre Julliard julliard at wine.codeweavers.com
Thu Oct 30 09:23:14 CDT 2014


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Oct 29 22:43:51 2014 +0300

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;




More information about the wine-cvs mailing list