mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 12:53:09 +00:00
[LIBXML2] Update to version 2.9.10. CORE-16952
This commit is contained in:
parent
b82bf8ce16
commit
f22fa382fe
65 changed files with 2245 additions and 2056 deletions
4
sdk/lib/3rdparty/libxml2/trio.c
vendored
4
sdk/lib/3rdparty/libxml2/trio.c
vendored
|
@ -2610,7 +2610,7 @@ TRIO_ARGS5((self, wstring, flags, width, precision),
|
|||
*
|
||||
* The accuracy [...] is implementation defined, as is the accuracy
|
||||
* of the conversion between floating-point internal representations
|
||||
* and string representations performed by the libray routine in
|
||||
* and string representations performed by the library routine in
|
||||
* <stdio.h>"
|
||||
*/
|
||||
/* FIXME: handle all instances of constant long-double number (L)
|
||||
|
@ -5899,7 +5899,7 @@ TRIO_ARGS4((self, target, flags, width),
|
|||
}
|
||||
if (trio_equal(doubleString, NAN_UPPER))
|
||||
{
|
||||
/* NaN must not have a preceeding + nor - */
|
||||
/* NaN must not have a preceding + nor - */
|
||||
if (flags & FLAGS_LONGDOUBLE)
|
||||
{
|
||||
*((trio_long_double_t *)target) = trio_nan();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue