Fixed Size parameter to ticfiles

This commit is contained in:
Michiel Broek 2002-02-03 19:41:21 +00:00
parent a5382398ec
commit ca70e6659e
2 changed files with 3 additions and 0 deletions

View File

@ -4499,6 +4499,8 @@ v0.33.19 26-Oct-2001
File forwarding now really depends on the downlink billing
flag.
Now limits fetching of newsheaders according to area setting.
Added the Size parameter to the tic files, this appeared to
be missing since a while.
mbfile:
During check the file databases are reset to filemode 0660.

View File

@ -190,6 +190,7 @@ void ForwardFile(fidoaddr Node, fa_list *sbl)
free(temp);
free(subject);
fprintf(fp, "Size %ld\r\n", (long)(TIC.FileSize));
fprintf(fp, "Desc %s\r\n", TIC.TicIn.Desc);
fprintf(fp, "Crc %s\r\n", TIC.TicIn.Crc);
if (nodes.AdvTic) {