Fix rounding in zero-precision %f and %g printf conversions.
commitf374714e4a22c971b8132c241c5723716b10b6b3
authorD. Richard Hipp <drh@hwaci.com>
Sat, 17 Feb 2024 03:32:31 +0000 (17 03:32 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Sat, 17 Feb 2024 03:32:31 +0000 (17 03:32 +0000)
treec6f62c7c1fa2b361b8214831aadd1a89dbc956ac
parent3cf75e40fa07862f6b27759b718172d8cd739403
Fix rounding in zero-precision %f and %g printf conversions.
[forum:/info/393708f4a8|Forum post 393708f4a8].  This bug was
introduced by check-in [32befb224b254639] and first appeared in version 3.43.0.
src/printf.c
src/util.c
test/printf.test