mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 05:20:34 +00:00
remove accidental printf from float printing
This commit is contained in:
parent
fb7a95b3c4
commit
eb08fd5f5f
@ -268,7 +268,6 @@ pub fn buf_print_f64(out_buf: []u8, x: f64) -> isize {
|
||||
|
||||
const bits = f64_to_bits(x);
|
||||
if (bits & (1 << 63) != 0) {
|
||||
%%stdout.printf("neg\n");
|
||||
buf[0] = '-';
|
||||
len += 1;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user