mlist: list: update total count too

pull/82/head
Leah Neukirchen 6 years ago
parent 6310898b10
commit 3ebd4cc3a3

@ -59,6 +59,7 @@ list(char *prefix, char *file)
if (!f)
return;
icount++;
tcount++;
f += 3;
while (*f) {
if (flags[(unsigned int)*f] == -1)

Loading…
Cancel
Save