Skip to content
Snippets Groups Projects
Commit 118b53a7 authored by Lauri Kenttä's avatar Lauri Kenttä Committed by Alexandre Julliard
Browse files

mscoree: Print the correct values in a TRACE.

parent 70be64b2
Branches
Tags
No related merge requests found
......@@ -359,7 +359,7 @@ HRESULT WINAPI GetRequestedRuntimeInfo(LPCWSTR pExe, LPCWSTR pwszVersion, LPCWST
HRESULT WINAPI GetRequestedRuntimeVersion(LPWSTR pExe, LPWSTR pVersion, DWORD cchBuffer, DWORD *dwlength)
{
TRACE("(%s, %p, %d, %p)\n", debugstr_w(pExe), debugstr_w(pExe), cchBuffer, dwlength);
TRACE("(%s, %p, %d, %p)\n", debugstr_w(pExe), pVersion, cchBuffer, dwlength);
if(!dwlength)
return E_POINTER;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment