shell32: Fix a trace message.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2018-01-23 11:26:55 +03:00 committed by Alexandre Julliard
parent 7fadaa8e6d
commit bb09bb5750
1 changed files with 1 additions and 1 deletions

View File

@ -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';