mscoree: Print the correct values in a TRACE.

This commit is contained in:
Lauri Kenttä 2012-03-23 22:41:25 +02:00 committed by Alexandre Julliard
parent 70be64b2ba
commit 118b53a7bd
1 changed files with 1 additions and 1 deletions

View File

@ -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;