Author: tkreuzer
Date: Wed Nov 12 09:58:45 2014
New Revision: 65381

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

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

Modified: trunk/rostests/apitests/gdi32/ExtCreateRegion.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/ExtCreateRegion.c?rev=65381&r1=65380&r2=65381&view=diff
==============================================================================
--- trunk/rostests/apitests/gdi32/ExtCreateRegion.c     [iso-8859-1] (original)
+++ trunk/rostests/apitests/gdi32/ExtCreateRegion.c     [iso-8859-1] Wed Nov 12 
09:58:45 2014
@@ -40,7 +40,7 @@
 do { \
     ok(((prect)->left == _left) && ((prect)->top == _top) && \
        ((prect)->right == _right) && ((prect)->bottom == _bottom), \
-       "Region does not match, expected (%ld,%ld,%ld,%ld) got 
(%ld,%ld,%ld,%ld)\n", \
+       "Region does not match, expected (%d,%d,%d,%d) got 
(%ld,%ld,%ld,%ld)\n", \
        _left, _top, _right, _bottom, \
        (prect)->left, (prect)->top, (prect)->right, (prect)->bottom); \
 } while (0)


Reply via email to