Open
Description
If we run sprintf_("%-20.5i", 123)
, we get 123
+ 17 spaces rather than 00123
+ 15 spaces.
This bug was noticed and supposedly fixed in this commit of mickjc750's fork.
Metadata
Metadata
Assignees
Labels
No labels
If we run sprintf_("%-20.5i", 123)
, we get 123
+ 17 spaces rather than 00123
+ 15 spaces.
This bug was noticed and supposedly fixed in this commit of mickjc750's fork.