Skip to content
Snippets Groups Projects
Commit 326f02d0 authored by deuce's avatar deuce
Browse files

Variable 'as' used in on_exit() handler was not in scope on exit.

parent 06cd0292
Branches
Tags
No related merge requests found
......@@ -12,6 +12,7 @@ var Arag_Defs = [
];
var astate;
var as;
function menu()
{
......@@ -160,7 +161,6 @@ function menu()
function chkmaint()
{
var as;
var i;
as = new RecordFile(js.exec_dir+'aragtime.dat', Arag_Defs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment