shell32: Fix trace formatting in SHGetNameFromIDList.

David Hedberg dhedberg at codeweavers.com
Sun Nov 7 17:06:15 CST 2010


---
 dlls/shell32/pidl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/pidl.c b/dlls/shell32/pidl.c
index 1c9cf22..266c444 100644
--- a/dlls/shell32/pidl.c
+++ b/dlls/shell32/pidl.c
@@ -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);
-- 
1.7.3.2




More information about the wine-patches mailing list