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

Close files after use.

parent 1cfba7d9
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ function Display_ASCII(filename)
break;
console.write(txt);
}
f.close();
return(true);
}
......@@ -203,6 +204,7 @@ function Display_LORD(filename)
}
}
}
f.close();
if(out.length)
console.write(out);
return(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment