Commit 816a2542 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

shell32: Don't print the function name twice in an ERR.

parent 36d269ac
...@@ -426,7 +426,7 @@ BOOL HCR_GetFolderAttributes(LPCITEMIDLIST pidlFolder, LPDWORD pdwAttributes) ...@@ -426,7 +426,7 @@ BOOL HCR_GetFolderAttributes(LPCITEMIDLIST pidlFolder, LPDWORD pdwAttributes)
if (!_ILIsPidlSimple(pidlFolder)) { if (!_ILIsPidlSimple(pidlFolder)) {
static int firstHit = 1; static int firstHit = 1;
if (firstHit) { if (firstHit) {
ERR("HCR_GetFolderAttributes should be called for simple PIDL's only!\n"); ERR("should be called for simple PIDL's only!\n");
firstHit = 0; firstHit = 0;
} }
return FALSE; return FALSE;
......
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