mscoree: Print the debug string and not the pointer to it.

Lauri Kenttä lauri.kentta at gmail.com
Fri Mar 23 13:50:44 CDT 2012


On 2012-03-22 00:36, Michael Stefaniuc wrote:
>  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, %s, %d, %p)\n", debugstr_w(pExe), debugstr_w(pExe),
> cchBuffer, dwlength);

Why is pExe printed two times? Maybe the second one should be pVersion?

-- 
Lauri Kenttä



More information about the wine-devel mailing list