commit | 3354319e3d3e0b4f5f113d65fa508608f278092c | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Apr 11 13:38:37 2017 -0500 |
committer | Rob Landley <rob@landley.net> | Tue Apr 11 13:38:37 2017 -0500 |
tree | bfb90a786ed61c04231489ef8547c8a54bf3286a | |
parent | 42704b702d3d479f96074501ea574fa7e2694855 [diff] |
Silence a broken warning by hitting it with a rock.
diff --git a/toys/posix/ls.c b/toys/posix/ls.c index da0a142..8dc5536 100644 --- a/toys/posix/ls.c +++ b/toys/posix/ls.c
@@ -413,7 +413,7 @@ xputc('\n'); width = 0; } else { - printf(" "+mm); + printf(" "+mm, 0); // shut up the stupid compiler width += 2-mm; } }