fix bug in std where ftos would hand dtos a float

This commit is contained in:
Daniella / Tove 2022-03-06 15:38:50 +01:00
parent d57404bf02
commit 25b9fd97ff

View file

@ -121,7 +121,7 @@ func itos {
}
func ftos {
dtos
_double dtos
}
func dtos {