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

@ -50,6 +50,7 @@ v0.51.1 21-Feb-2004
mbaff: mbaff:
Writes the ^aCHRS: kludge again in new created messages. Writes the ^aCHRS: kludge again in new created messages.
Changed ^aPID to include OS and CPU. Changed ^aPID to include OS and CPU.
Added macro "u" that holds the magic filerequest name.
mbfido: mbfido:
Changed ^aTID to include OS and CPU. Changed ^aTID to include OS and CPU.
@ -64,6 +65,8 @@ v0.51.1 21-Feb-2004
examples: examples:
Added change character set in English menus and textfiles. Added change character set in English menus and textfiles.
Updated all newfiles macro template to include the magic file-
request macro (English, German, Spanish and Dutch).
lang: lang:
Added language prompts 23, 24 and 25. Added language prompts 23, 24 and 25.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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