zig/std/fmt
tgschultz fa955f0024
fixed handling of [*]u8 when no format specifier is set
If fmt was called on with a [*]u8 or [*]const u8 argument, but the fmt string did not specify 's' to treat it as a string, it produced a compile error due to accessing index 1 of a 0 length slice.
2018-08-14 12:56:41 -05:00
..
errol remove bool to int syntax. add @boolToInt 2018-06-18 03:07:16 -04:00
index.zig fixed handling of [*]u8 when no format specifier is set 2018-08-14 12:56:41 -05:00