[WS2_32_APITEST]
authorThomas Faber <thomas.faber@reactos.org>
Tue, 26 Jun 2012 06:28:06 +0000 (06:28 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Tue, 26 Jun 2012 06:28:06 +0000 (06:28 +0000)
- Fix GCC build

svn path=/trunk/; revision=56805

rostests/apitests/ws2_32/WSAStartup.c

index 86d5f42..5501866 100644 (file)
@@ -78,7 +78,7 @@ CheckStringBuffer(
     EqualLength = RtlCompareMemory(Buffer, Expected, Length);
     if (EqualLength != Length)
     {
-        ok(0, "String is '%S', expected '%S'\n", Buffer, Expected);
+        ok(0, "String is '%s', expected '%s'\n", Buffer, Expected);
         Result = FALSE;
     }