Skip to content
Snippets Groups Projects
Commit 5c6ab849 authored by rswindell's avatar rswindell
Browse files

Fix for KrUpTiOn: you can't use the File() constructor in this manner:

line 2418: Error: No filename specified
parent b3bc6698
No related branches found
No related tags found
No related merge requests found
......@@ -2415,8 +2415,8 @@ function main(argc, argv)
var line;
var offset;
var confirmed;
var fp=new File();
var pp=new File();
var fp;
var pp;
var filename='';
var inbuf='';
var name='';
......
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