about summary refs log tree commit diff
path: root/seq.c
diff options
context:
space:
mode:
Diffstat (limited to 'seq.c')
-rw-r--r--seq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/seq.c b/seq.c
index 75cc8d2..2402875 100644
--- a/seq.c
+++ b/seq.c
@@ -317,6 +317,7 @@ blaze822_loop(int argc, char *argv[], void (*cb)(char *))
 	for (i = 0; i < argc; i++) {
 		if (strchr(argv[i], '/')) {  // a file name
 			cb(argv[i]);
+			j++;
 		} else {
 			while ((line = blaze822_seq_next(map, argv[i], &iter))) {
 				cb(line);