mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
revert change from lastnight.
svn path=/trunk/; revision=12139
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user