fix bug in std where ftos would hand dtos a float
This commit is contained in:
parent
d57404bf02
commit
25b9fd97ff
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ func itos {
|
|||
}
|
||||
|
||||
func ftos {
|
||||
dtos
|
||||
_double dtos
|
||||
}
|
||||
|
||||
func dtos {
|
||||
|
|
Loading…
Add table
Reference in a new issue