Nikolay Sivov : shell32: Fix a trace message.

Alexandre Julliard julliard at winehq.org
Tue Jan 23 16:09:49 CST 2018


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Jan 23 11:26:55 2018 +0300

shell32: Fix a trace message.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/shellpath.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/shellpath.c b/dlls/shell32/shellpath.c
index 551fec7..3b9c53b 100644
--- a/dlls/shell32/shellpath.c
+++ b/dlls/shell32/shellpath.c
@@ -4126,7 +4126,7 @@ HRESULT WINAPI SHGetFolderPathA(
     WCHAR szTemp[MAX_PATH];
     HRESULT hr;
 
-    TRACE("%p,%p,nFolder=0x%04x\n",hwndOwner,pszPath,nFolder);
+    TRACE("%p,%d,%p,%#x,%p\n", hwndOwner, nFolder, hToken, dwFlags, pszPath);
 
     if (pszPath)
         *pszPath = '\0';




More information about the wine-cvs mailing list