gdiplus: Remove FIXME from GdipAddPathString.

Vincent Povirk madewokherd at gmail.com
Mon Jun 25 10:42:36 CDT 2012


-------------- next part --------------
From 5b3f25043b5d1c53e134880f250adafab58d280f Mon Sep 17 00:00:00 2001
From: Vincent Povirk <vincent at codeweavers.com>
Date: Mon, 25 Jun 2012 10:40:36 -0500
Subject: [PATCH] gdiplus: Remove FIXME from GdipAddPathString.

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

diff --git a/dlls/gdiplus/graphicspath.c b/dlls/gdiplus/graphicspath.c
index 471f915..370bb1f 100644
--- a/dlls/gdiplus/graphicspath.c
+++ b/dlls/gdiplus/graphicspath.c
@@ -953,7 +953,7 @@ GpStatus WINGDIPAPI GdipAddPathString(GpPath* path, GDIPCONST WCHAR* string, INT
     RectF scaled_layout_rect;
     TEXTMETRICW textmetric;
 
-    FIXME("(%p, %s, %d, %p, %d, %f, %p, %p): stub\n", path, debugstr_w(string), length, family, style, emSize, layoutRect, format);
+    TRACE("(%p, %s, %d, %p, %d, %f, %p, %p)\n", path, debugstr_w(string), length, family, style, emSize, layoutRect, format);
     if (!path || !string || !family || !emSize || !layoutRect || !format)
         return InvalidParameter;
 
-- 
1.7.9.5


More information about the wine-patches mailing list