diff options
Diffstat (limited to 'libstd/fmt.myr')
-rw-r--r-- | libstd/fmt.myr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstd/fmt.myr b/libstd/fmt.myr index 486b08b..64cd043 100644 --- a/libstd/fmt.myr +++ b/libstd/fmt.myr @@ -196,6 +196,7 @@ const bfmtv = {buf, fmt, ap | '0': (c, fmt) = striter(fmt) padfill = '0' + | _: /* nothing */ ;; if isdigit(c) && padto == 0 /* |