mbfile area count bugfix

This commit is contained in:
Michiel Broek 2001-10-19 22:02:46 +00:00
parent 307e1240c9
commit a8778d72d5

View File

@ -1081,7 +1081,7 @@ void ListFileAreas(void)
if (!do_quiet) {
colour(3, 0);
printf("----- ----- ----- ---------------------------------------------------------\n");
printf("%5d %5d %5ld \n", iAreas, tcount, tsize);
printf("%5d %5d %5ld \n", iTotal, tcount, tsize);
}
fclose(pAreas);