mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[WS2_32_APITEST]
- Fix GCC build svn path=/trunk/; revision=56805
This commit is contained in:
parent
041ff27f2d
commit
2f0d0258a2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue