shell32: Fix trace formatting in SHGetNameFromIDList.

oldstable
David Hedberg 2010-11-08 00:06:15 +01:00 committed by Alexandre Julliard
parent 18d31c2799
commit c9372a1c3c
1 changed files with 1 additions and 1 deletions

View File

@ -1357,7 +1357,7 @@ HRESULT WINAPI SHGetNameFromIDList(PCIDLIST_ABSOLUTE pidl, SIGDN sigdnName, PWST
STRRET disp_name;
HRESULT ret;
TRACE("%p %d %p\n", pidl, sigdnName, ppszName);
TRACE("%p 0x%08x %p\n", pidl, sigdnName, ppszName);
*ppszName = NULL;
ret = SHBindToParent(pidl, &IID_IShellFolder, (void**)&psfparent, &child_pidl);