Fixed Size parameter to ticfiles
This commit is contained in:
parent
a5382398ec
commit
ca70e6659e
@ -4499,6 +4499,8 @@ v0.33.19 26-Oct-2001
|
|||||||
File forwarding now really depends on the downlink billing
|
File forwarding now really depends on the downlink billing
|
||||||
flag.
|
flag.
|
||||||
Now limits fetching of newsheaders according to area setting.
|
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:
|
mbfile:
|
||||||
During check the file databases are reset to filemode 0660.
|
During check the file databases are reset to filemode 0660.
|
||||||
|
@ -190,6 +190,7 @@ void ForwardFile(fidoaddr Node, fa_list *sbl)
|
|||||||
free(temp);
|
free(temp);
|
||||||
free(subject);
|
free(subject);
|
||||||
|
|
||||||
|
fprintf(fp, "Size %ld\r\n", (long)(TIC.FileSize));
|
||||||
fprintf(fp, "Desc %s\r\n", TIC.TicIn.Desc);
|
fprintf(fp, "Desc %s\r\n", TIC.TicIn.Desc);
|
||||||
fprintf(fp, "Crc %s\r\n", TIC.TicIn.Crc);
|
fprintf(fp, "Crc %s\r\n", TIC.TicIn.Crc);
|
||||||
if (nodes.AdvTic) {
|
if (nodes.AdvTic) {
|
||||||
|
Reference in New Issue
Block a user