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ä


Reply via email to