commit 369bb01eb14ccaeee42ae30bb97285c35cd3ef1f parent 14c5ab48d504c35fd0f4d196ca11e6f9a6aaff33 Author: FRIGN <dev@frign.de> Date: Sat, 10 Jan 2015 20:55:37 +0100 Prevail order Diffstat:
M | tr.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tr.c b/tr.c @@ -174,7 +174,7 @@ int main(int argc, char *argv[]) { Rune r = 0, lastrune = 0; - size_t off1, off2, m, i; + size_t off1, off2, i, m; ARGBEGIN { case 'c':