Module: wine Branch: master Commit: bb09bb5750d617047aa23635731519a2f9486159 URL: https://source.winehq.org/git/wine.git/?a=commit;h=bb09bb5750d617047aa236357...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Jan 23 11:26:55 2018 +0300
shell32: Fix a trace message.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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';