Close bug 1223.

svn path=/trunk/; revision=20495
This commit is contained in:
James Tabor 2005-12-31 21:37:52 +00:00
parent 7d1617eecb
commit 1d13ed66fa

View file

@ -979,7 +979,7 @@ CompareStringW (
if (dwCmpFlags & ~NORM_IGNORECASE)
{
DPRINT1("CompareString: STUB flags - 0x%x\n", dwCmpFlags);
DPRINT("CompareString: STUB flags - 0x%x\n", dwCmpFlags);
Result = compare_unicode_string(&String1, &String2, dwCmpFlags);
}
else