b7f62ed447
doubleToString() is entered with an inaccuracy afflicted
fValue=-9999.9999999999927 for which the rounding into the next
magnitude incremented the '-' character to '.' instead of
appending a '1' (and '0' and then "000") thus yielded ".0000"
instead of "-10000"
This seems to have been always the case.
Change-Id: I66170defa71fec40ca0b85f68affde8eff0d5ccb
Reviewed-on: https://gerrit.libreoffice.org/77208
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
(cherry picked from commit
|
||
---|---|---|
.. | ||
alloc_arena.cxx | ||
alloc_arena.hxx | ||
alloc_cache.cxx | ||
alloc_cache.hxx | ||
alloc_fini.cxx | ||
alloc_global.cxx | ||
alloc_impl.hxx | ||
bootstrap.cxx | ||
byteseq.cxx | ||
cipher.cxx | ||
cmdargs.cxx | ||
crc.cxx | ||
digest.cxx | ||
hash.cxx | ||
hash.hxx | ||
locale.cxx | ||
math.cxx | ||
random.cxx | ||
rtl_process.cxx | ||
strbuf.cxx | ||
strimp.cxx | ||
strimp.hxx | ||
string.cxx | ||
strtmpl.cxx | ||
unload.cxx | ||
uri.cxx | ||
ustrbuf.cxx | ||
ustring.cxx | ||
uuid.cxx |