Author: tkreuzer
Date: Sun Nov  9 17:19:16 2014
New Revision: 65348

URL: http://svn.reactos.org/svn/reactos?rev=65348&view=rev
Log:
[GDI32_APITEST]
Fix GCC build

Modified:
    trunk/rostests/apitests/gdi32/CombineRgn.c

Modified: trunk/rostests/apitests/gdi32/CombineRgn.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/CombineRgn.c?rev=65348&r1=65347&r2=65348&view=diff
==============================================================================
--- trunk/rostests/apitests/gdi32/CombineRgn.c  [iso-8859-1] (original)
+++ trunk/rostests/apitests/gdi32/CombineRgn.c  [iso-8859-1] Sun Nov  9 
17:19:16 2014
@@ -126,7 +126,7 @@
 
             ok(GetRgnBox(hrgnRes, &rc), "GetRgnBox failed!\n");
             ok(EqualRect(&rc, &aRectTests[i].res[iCombine-1].rcDstBounds),
-               "#%u (%s), Bounding box does not match: expected {%i,%i,%i,%i} 
got {%i,%i,%i,%i}\n",
+               "#%u (%s), Bounding box does not match: expected 
{%ld,%ld,%ld,%ld} got {%ld,%ld,%ld,%ld}\n",
                i, apszRgnOp[iCombine],
                aRectTests[i].res[iCombine-1].rcDstBounds.left, 
aRectTests[i].res[iCombine-1].rcDstBounds.top,
                aRectTests[i].res[iCombine-1].rcDstBounds.right, 
aRectTests[i].res[iCombine-1].rcDstBounds.bottom,


Reply via email to