Author: cwittich
Date: Sun Feb  7 01:06:04 2010
New Revision: 45475

URL: http://svn.reactos.org/svn/reactos?rev=45475&view=rev
Log:
[SHELL32]
don't print the function name twice in ERR (merge from wine)

Modified:
    trunk/reactos/dll/win32/shell32/classes.c

Modified: trunk/reactos/dll/win32/shell32/classes.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/classes.c?rev=45475&r1=45474&r2=45475&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/classes.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/classes.c [iso-8859-1] Sun Feb  7 01:06:04 
2010
@@ -460,7 +460,7 @@
     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;
     }
 


Reply via email to