Skip to content
Snippets Groups Projects
Commit 196f3ba7 authored by rswindell's avatar rswindell
Browse files

add lost code to write existing Path lines to the TIC file - wkitty42

parent 6b596432
No related branches found
No related tags found
No related merge requests found
...@@ -441,6 +441,7 @@ function forward_tic(tic) ...@@ -441,6 +441,7 @@ function forward_tic(tic)
} }
// write existing Path lines to the new TIC... // write existing Path lines to the new 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');
// now generate our Path line with date/time stamp in UTC per // now generate our Path line with date/time stamp in UTC per
// http://ftsc.org/docs/fts-5006.001 and write it to the TIC - wk42 // http://ftsc.org/docs/fts-5006.001 and write it to the TIC - wk42
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment