=?UTF-8?Q?Lauri=20Kentt=C3=A4=20?=: mscoree: Print the correct values in a TRACE.

Alexandre Julliard julliard at winehq.org
Mon Mar 26 12:29:33 CDT 2012


Module: wine
Branch: master
Commit: 118b53a7bd193b7307b7c0e7a6299d4957b9cfea
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=118b53a7bd193b7307b7c0e7a6299d4957b9cfea

Author: Lauri Kenttä <lauri.kentta at gmail.com>
Date:   Fri Mar 23 22:41:25 2012 +0200

mscoree: Print the correct values in a TRACE.

---

 dlls/mscoree/mscoree_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mscoree/mscoree_main.c b/dlls/mscoree/mscoree_main.c
index 1aa120f..0ebc813 100644
--- a/dlls/mscoree/mscoree_main.c
+++ b/dlls/mscoree/mscoree_main.c
@@ -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;




More information about the wine-cvs mailing list