forked from Hay1tsme/segatools
emoney: forgot to remove debugging statement
This commit is contained in:
parent
6dacc8bad3
commit
c48520f167
@ -492,8 +492,6 @@ static int WSAAPI hook_getaddrinfo(
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
dprintf("getaddrinfo: %s, %s\n", pNodeName, pServiceName);
|
|
||||||
|
|
||||||
mbstowcs_s(&wstr_c, NULL, 0, pNodeName, 0);
|
mbstowcs_s(&wstr_c, NULL, 0, pNodeName, 0);
|
||||||
wstr = malloc(wstr_c * sizeof(wchar_t));
|
wstr = malloc(wstr_c * sizeof(wchar_t));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user