diff --git a/ChangeLog b/ChangeLog index b7996dd1..636878fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/mbfido/forward.c b/mbfido/forward.c index 76681a2b..93df6b53 100644 --- a/mbfido/forward.c +++ b/mbfido/forward.c @@ -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) {