Skip to content

Commit 7000c44

Browse files
committed
fix typo
1 parent e76e49e commit 7000c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WsaPatch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ bool OnLoad(HINSTANCE hInstDLL) {
198198
return false;
199199
}
200200
LOGD(L"ntdll.dll = %p", hNtdll);
201-
LOGD(L"WsaClient.dll = %p", hWsaClient);
201+
LOGD(L"WsaClient.exe = %p", hWsaClient);
202202
FuncRtlGetVersion funcRtlGetVersion = reinterpret_cast<FuncRtlGetVersion>(GetProcAddress(hNtdll, "RtlGetVersion"));
203203
if (funcRtlGetVersion == nullptr) {
204204
LOGE(L"GetProcAddress(NTDLL.DLL, \"RtlGetVersion\") failed, GetLastError=%d", GetLastError());

0 commit comments

Comments
 (0)