Commit c9372a1c authored by David Hedberg's avatar David Hedberg Committed by Alexandre Julliard

shell32: Fix trace formatting in SHGetNameFromIDList.

parent 18d31c27
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment