Skip to content

Commit

Permalink
Merge branch 'master' of ../cvs/exec
Browse files Browse the repository at this point in the history
  • Loading branch information
RealDeuce committed Apr 28, 2020
2 parents c99cc83 + 1c1bd80 commit b011b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exec/hatchit.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function hatch_file(file, area, origin)
tf.write('Ldesc '+line+'\r\n');
});
}
tf.write('Created by TickIT '+"$Revision: 1.4 $".split(' ')[1]+'\r\n');
tf.write('Created by TickIT '+"$Revision: 1.5 $".split(' ')[1]+'\r\n');
tf.printf('Crc %08lX\r\n', file_crc(file.path));
for (i=0; i<tic.path.length; i++)
tf.write('Path '+tic.path[i]+'\r\n');
Expand Down Expand Up @@ -296,6 +296,7 @@ function main() {
var origin;

uifc.init('HatchIT');
js.on_exit('uifc.bail()');
file = pick_file();
if (file === undefined || file.path === undefined)
return;
Expand All @@ -315,7 +316,6 @@ function main() {
if (uifc.list(WIN_MID, "Proceed?", ["No", "Yes"]) == 1) {
hatch_file(file, area, origin);
}
uifc.bail();
}

main();

0 comments on commit b011b1b

Please sign in to comment.