Author: tkreuzer
Date: Sat Feb 14 13:24:54 2015
New Revision: 66260
URL:
http://svn.reactos.org/svn/reactos?rev=66260&view=rev
Log:
[GDI32_APITEST]
Fix GCC build
Modified:
trunk/rostests/apitests/gdi32/FrameRgn.c
Modified: trunk/rostests/apitests/gdi32/FrameRgn.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/FrameRgn.c…
==============================================================================
--- trunk/rostests/apitests/gdi32/FrameRgn.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/gdi32/FrameRgn.c [iso-8859-1] Sat Feb 14 13:24:54 2015
@@ -90,7 +90,7 @@
{
i = y * cx + x;
ok(GetPixel(hdc, x, y) == pcrColors[pjBits[i]],
- "Wrong pixel at (%u,%u): expected 0x%08x, got 0x%08x\n",
+ "Wrong pixel at (%u,%u): expected 0x%08lx, got 0x%08lx\n",
x, y, pcrColors[pjBits[i]], GetPixel(hdc, x, y));
}
}