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

@@ -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);
/*