mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[CRT]
_fpclass never returns SNaN class, but only QNaN class. This fixes 4 more tests svn path=/trunk/; revision=54433
This commit is contained in:
parent
b0adad4294
commit
744a62956f
1 changed files with 1 additions and 1 deletions
|
@ -48,5 +48,5 @@ int _fpclass(double __d)
|
|||
return _FPCLASS_QNAN;
|
||||
}
|
||||
}
|
||||
return _FPCLASS_SNAN;
|
||||
return _FPCLASS_QNAN;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue