tr(1): Properly jump to output when inside set complement
diff --git a/tr.c b/tr.c
index 926d1eb..29c9445 100644
--- a/tr.c
+++ b/tr.c
@@ -215,7 +215,7 @@
 		if (set1[i].start <= r && r <= set1[i].end) {
 			if (dflag) {
 				if (cflag)
-					continue;
+					goto write;
 				else
 					goto read;
 			}