mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 10:38:40 +08:00
abfdffd879
With double value=3.141593 initialized in va_list ap, such code: vsnprintf(buffer, sizeof(buffer), "%#.0f", ap); expected output string: "3." but real output string: ".3" Signed-off-by: Sunny <zxcvbnm37425@gmail.com>