diff --git a/ChangeLog b/ChangeLog index 3eb2debc..552996ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/mbfido/forward.c b/mbfido/forward.c index 23113584..9b8bb314 100644 --- a/mbfido/forward.c +++ b/mbfido/forward.c @@ -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); /*