mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 10:33:48 +00:00
-fix some msvcrt string winetests
svn path=/trunk/; revision=43519
This commit is contained in:
parent
0428782362
commit
030837bb5e
2 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,7 @@ strtoul(const char *nptr, char **endptr, int base)
|
|||
if (any < 0)
|
||||
{
|
||||
acc = ULONG_MAX;
|
||||
__set_errno(ERANGE);
|
||||
}
|
||||
else if (neg)
|
||||
acc = -acc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue