mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-27 07:51:49 -07:00
Closed range ... (both inclusive); Type comparisons with == and !=
This commit is contained in:
+1
-1
@@ -890,7 +890,7 @@ generic_ftoa :: proc(buf: []byte, val: f64, verb: rune, prec, bit_size: int) ->
|
||||
|
||||
}
|
||||
|
||||
return buf[:0];
|
||||
return buf[:i];
|
||||
}
|
||||
|
||||
fmt_float :: proc(fi: ^Fmt_Info, v: f64, bit_size: int, verb: rune) {
|
||||
|
||||
Reference in New Issue
Block a user