libroot/glibc: apply upstream fix for printf_fphex: Fix up long double fphex.
a53b7a4e4b
fix #18353
This commit is contained in:
parent
2b65e2d808
commit
6239b2a907
@ -138,6 +138,7 @@ do { \
|
||||
\
|
||||
/* We use a full nibble for the leading digit. */ \
|
||||
leading = *numstr++; \
|
||||
wnumstr++; \
|
||||
\
|
||||
/* We have 3 bits from the mantissa in the leading nibble. \
|
||||
Therefore we are here using `IEEE854_LONG_DOUBLE_BIAS + 3'. */ \
|
||||
|
Loading…
Reference in New Issue
Block a user