diff --git a/exec/tickit.js b/exec/tickit.js index c96eb8bb4a719cdb5757b30bf2607ca2c31d3108..ccd744f87753c36884a85ff9e4193eb866fb01ee 100644 --- a/exec/tickit.js +++ b/exec/tickit.js @@ -441,6 +441,7 @@ function forward_tic(tic) } // write existing Path lines to the new TIC... 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 // http://ftsc.org/docs/fts-5006.001 and write it to the TIC - wk42 //