Small fix in forwarded tic files

This commit is contained in:
Michiel Broek 2002-02-20 21:02:25 +00:00
parent c5f1e966e6
commit 06b71d90c8
2 changed files with 3 additions and 1 deletions

View File

@ -4625,6 +4625,8 @@ v0.33.20 10-Feb-2002
If mbfido fails to unzip a incoming mailarchive, a second
attempt is done after a sync() and one second delay. This
seems to be a kernel flush problem.
In the To field of a created TIC file there is now a comma
between the sysop name and fidonet aka.
mball:
Will not crash anymore when it needs more then 10 minutes to

View File

@ -195,7 +195,7 @@ void ForwardFile(fidoaddr Node, fa_list *sbl)
fprintf(fp, "Desc %s\r\n", TIC.TicIn.Desc);
fprintf(fp, "Crc %s\r\n", TIC.TicIn.Crc);
if (nodes.AdvTic) {
fprintf(fp, "To %s %s\r\n", nodes.Sysop, ascfnode(dest, 0x1f));
fprintf(fp, "To %s, %s\r\n", nodes.Sysop, ascfnode(dest, 0x1f));
fprintf(fp, "Areadesc %s\r\n", tic.Comment);
fprintf(fp, "Fdn %s\r\n", fgroup.Comment);
/*