From 196f3ba7b800f4115849960da4842f65764be803 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 17 Jan 2019 17:57:07 +0000 Subject: [PATCH] add lost code to write existing Path lines to the TIC file - wkitty42 --- exec/tickit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/exec/tickit.js b/exec/tickit.js index c96eb8bb4a..ccd744f877 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 // -- GitLab