mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 20:31:35 +00:00
shell32: Fix trace formatting in SHGetNameFromIDList.
This commit is contained in:
parent
18d31c2799
commit
c9372a1c3c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user