Fixed missing magic macro in newfiles reports

This commit is contained in:
Michiel Broek
2004-02-29 14:01:45 +00:00
parent 5e308967eb
commit c3e09f9f15
6 changed files with 4 additions and 0 deletions

View File

@@ -346,6 +346,7 @@ long Report(gr_list *ta, long filepos)
}
filepos3 = ftell(fi);
}
MacroVars("u", "s", T_File.Magic);
Total++;
Size += T_File.SizeKb;
}