[SHELL32]
authorChristoph von Wittich <christoph_vw@reactos.org>
Sun, 7 Feb 2010 00:06:04 +0000 (00:06 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Sun, 7 Feb 2010 00:06:04 +0000 (00:06 +0000)
don't print the function name twice in ERR (merge from wine)

svn path=/trunk/; revision=45475

reactos/dll/win32/shell32/classes.c

index 00de533..edc1eac 100644 (file)
@@ -460,7 +460,7 @@ BOOL HCR_GetFolderAttributes(LPCITEMIDLIST pidlFolder, LPDWORD pdwAttributes)
     TRACE("(pidlFolder=%p, pdwAttributes=%p)\n", pidlFolder, pdwAttributes);
 
     if (!_ILIsPidlSimple(pidlFolder)) {
-        ERR("HCR_GetFolderAttributes should be called for simple PIDL's only!\n");
+        ERR("should be called for simple PIDL's only!\n");
         return FALSE;
     }