commit 096c504d82b99e36cce20b0298cb32c70f4c61fe parent 456f3c4211d110fb6f19eab988a7db74de1c4768 Author: Laslo Hunhold <dev@frign.de> Date: Wed, 5 Oct 2016 21:54:51 +0200 tr(1): Properly jump to output when inside set complement Diffstat:
M | tr.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tr.c b/tr.c @@ -215,7 +215,7 @@ read: if (set1[i].start <= r && r <= set1[i].end) { if (dflag) { if (cflag) - continue; + goto write; else goto read; }