ws2_32/tests: Fixed argument to GetComputerNameExW.

This commit is contained in:
Marcus Meissner 2015-09-09 21:47:14 +02:00 committed by Alexandre Julliard
parent 19d73d2847
commit 5af9acadb6
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{