Commit 5af9acad authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

ws2_32/tests: Fixed argument to GetComputerNameExW.

parent 19d73d28
......@@ -6313,7 +6313,7 @@ static void test_GetAddrInfoW(void)
int i, ret;
ADDRINFOW *result, *result2, *p, hint;
WCHAR name[256];
DWORD size = sizeof(name);
DWORD size = sizeof(name)/sizeof(WCHAR);
if (!pGetAddrInfoW || !pFreeAddrInfoW)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment