mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
[WS2_32_APITEST]
- Gracefully handle uninitialized data in WSAStartup test svn path=/trunk/; revision=56828
This commit is contained in:
@@ -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", (int)MaximumLength, Buffer, Expected);
|
||||
Result = FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user