about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mlist.c b/mlist.c
index 01c0f7a..0e97943 100644
--- a/mlist.c
+++ b/mlist.c
@@ -59,6 +59,7 @@ list(char *prefix, char *file)
 		if (!f)
 			return;
 		icount++;
+		tcount++;
 		f += 3;
 		while (*f) {
 			if (flags[(unsigned int)*f] == -1)