more updates to mangle code

This commit is contained in:
Michiel Broek
2001-11-26 22:38:52 +00:00
parent 614bc71f09
commit 406abe81e6
21 changed files with 700 additions and 5891 deletions

View File

@@ -539,7 +539,7 @@ void Index(void)
while (fread(&file, sizeof(file), 1, pFile) == 1) {
if ((!file.Deleted) && (!file.Missing)) {
fbFiles++;
fprintf(fp, "%-12s %s\r\n", file.Name, file.Desc[0]);
fprintf(fp, "%-12s [%ld] %s\r\n", file.Name, file.TimesDL + file.TimesFTP + file.TimesReq, file.Desc[0]);
for (j = 1; j < 25; j++)
if (strlen(file.Desc[j]))
fprintf(fp, " +%s\r\n", file.Desc[j]);