mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
revert change from lastnight.
svn path=/trunk/; revision=12139
This commit is contained in:
parent
935e412f83
commit
965e9ee858
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue