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)