Skip to content
Snippets Groups Projects
Commit 75a44b2c authored by deuce's avatar deuce
Browse files

Bugfix: Put Seenby addresses in Seenby lines, not Path lines (eek!)

parent 6a43e16a
No related branches found
No related tags found
No related merge requests found
...@@ -248,7 +248,7 @@ function forward_tic(tic) ...@@ -248,7 +248,7 @@ function forward_tic(tic)
for (i=0; i<tic.path.length; i++) for (i=0; i<tic.path.length; i++)
tf.write('Path '+tic.path[i]+'\r\n'); tf.write('Path '+tic.path[i]+'\r\n');
for (i=0; i<tic.seenby.length; i++) for (i=0; i<tic.seenby.length; i++)
tf.write('Path '+tic.seenby[i]+'\r\n'); tf.write('Seenby '+tic.seenby[i]+'\r\n');
tf.close(); tf.close();
// Create bsy file... // Create bsy file...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment