[PATCH 2/4] shell32: Do not dump a pidl twice

Detlef Riekenberg wine.dev at web.de
Fri May 18 06:06:17 CDT 2012


ILClone already dump the pidl

--
By by ... Detlef
---
 dlls/shell32/folders.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/dlls/shell32/folders.c b/dlls/shell32/folders.c
index 9f9f1cc..72da1bc 100644
--- a/dlls/shell32/folders.c
+++ b/dlls/shell32/folders.c
@@ -557,9 +557,7 @@ static IExtractIconWImpl *extracticon_create(LPCITEMIDLIST pidl)
     ei->IPersistFile_iface.lpVtbl = &pfvt;
     ei->pidl=ILClone(pidl);
 
-    pdump(pidl);
-
-    TRACE("(%p)\n", ei);
+    TRACE("==> %p (pidl: %p)\n", ei, ei->pidl);
     return ei;
 }
 
-- 
1.7.5.4




More information about the wine-patches mailing list