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
..
2018-08-02 17:04:17 -04:00
2018-07-17 10:29:42 -04:00
2018-06-18 17:43:01 -04:00
2018-08-02 17:04:17 -04:00
2018-08-07 00:54:19 -04:00
2018-08-02 17:04:17 -04:00
2018-08-10 21:46:30 -07:00