revert change from lastnight.

svn path=/trunk/; revision=12139
This commit is contained in:
Steven Edwards
2004-12-15 23:34:37 +00:00
parent 935e412f83
commit 965e9ee858
+2 -2
View File
@@ -1709,7 +1709,7 @@ BOOL WINAPI GetPrivateProfileStructW (LPCWSTR section, LPCWSTR key,
DWORD chksum = 0;
end = k->value + wcslen(k->value); /* -> '\0' */
#if 0
/* check for invalid chars in ASCII coded hex string */
for (p = k->value; p < end; p++)
{
@@ -1721,7 +1721,7 @@ BOOL WINAPI GetPrivateProfileStructW (LPCWSTR section, LPCWSTR key,
break;
}
}
#endif
if (valid)
{
BOOL highnibble = TRUE;