Nikolay Sivov : dwrite: Remove fixme from CreateFontFallback().

Alexandre Julliard julliard at winehq.org
Mon Jun 8 15:19:55 CDT 2020


Module: wine
Branch: master
Commit: 19e9b819f755339cb01740b9fd37c82d85f420b5
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=19e9b819f755339cb01740b9fd37c82d85f420b5

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Jun  8 16:29:44 2020 +0300

dwrite: Remove fixme from CreateFontFallback().

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/dwrite/analyzer.c b/dlls/dwrite/analyzer.c
index 10c59f1bdc..909d6e91e3 100644
--- a/dlls/dwrite/analyzer.c
+++ b/dlls/dwrite/analyzer.c
@@ -2357,7 +2357,7 @@ static HRESULT WINAPI fontfallbackbuilder_CreateFontFallback(IDWriteFontFallback
     struct dwrite_fontfallback_builder *fallbackbuilder = impl_from_IDWriteFontFallbackBuilder(iface);
     struct dwrite_fontfallback *fallback;
 
-    FIXME("%p, %p stub.\n", iface, ret);
+    TRACE("%p, %p.\n", iface, ret);
 
     *ret = NULL;
 




More information about the wine-cvs mailing list