Rob Shearman : advapi32: Trace the contents of the in parameter to GetServiceKeyNameW, not the out parameter.

Alexandre Julliard julliard at winehq.org
Tue Mar 24 09:01:59 CDT 2009


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

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Tue Mar 24 11:25:51 2009 +0000

advapi32: Trace the contents of the in parameter to GetServiceKeyNameW, not the out parameter.

---

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

diff --git a/dlls/advapi32/service.c b/dlls/advapi32/service.c
index 9af7952..39a1afc 100644
--- a/dlls/advapi32/service.c
+++ b/dlls/advapi32/service.c
@@ -1570,7 +1570,7 @@ BOOL WINAPI GetServiceKeyNameW( SC_HANDLE hSCManager, LPCWSTR lpDisplayName,
     WCHAR buffer[2];
 
     TRACE("%p %s %p %p\n", hSCManager,
-          debugstr_w(lpServiceName), lpDisplayName, lpcchBuffer);
+          debugstr_w(lpDisplayName), lpServiceName, lpcchBuffer);
 
     if (!hSCManager)
     {




More information about the wine-cvs mailing list