Vijay Kiran Kamuju : usp10: Show fixme once in ScriptShapeOpenType.

Alexandre Julliard julliard at winehq.org
Tue May 6 13:37:11 CDT 2014


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

Author: Vijay Kiran Kamuju <infyquest at gmail.com>
Date:   Mon May  5 18:55:37 2014 +0000

usp10: Show fixme once in ScriptShapeOpenType.

---

 dlls/usp10/usp10.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c
index ae164d2..ac9c0fd 100644
--- a/dlls/usp10/usp10.c
+++ b/dlls/usp10/usp10.c
@@ -2848,6 +2848,7 @@ HRESULT WINAPI ScriptShapeOpenType( HDC hdc, SCRIPT_CACHE *psc,
     unsigned int g;
     BOOL rtl;
     int cluster;
+    static int once = 0;
 
     TRACE("(%p, %p, %p, %s, %s, %p, %p, %d, %s, %d, %d, %p, %p, %p, %p, %p )\n",
      hdc, psc, psa,
@@ -2862,7 +2863,7 @@ HRESULT WINAPI ScriptShapeOpenType( HDC hdc, SCRIPT_CACHE *psc,
     if (cChars > cMaxGlyphs) return E_OUTOFMEMORY;
 
     if (cRanges)
-        FIXME("Ranges not supported yet\n");
+        if(!once++) FIXME("Ranges not supported yet\n");
 
     rtl = (psa && !psa->fLogicalOrder && psa->fRTL);
 




More information about the wine-cvs mailing list