Skip to content
Snippets Groups Projects
Commit 99154bf4 authored by rswindell's avatar rswindell
Browse files

Fix line 1196: ReferenceError: reset_eob is not defined

parent 784466c7
Branches
Tags
No related merge requests found
......@@ -1193,7 +1193,7 @@ BinkP.prototype.addFile = function(path, sendas, waitget)
{
var file = new File(path);
reset_eob(true);
this.reset_eob(true);
if (sendas === undefined)
sendas = file_getname(path);
if (waitget === undefined)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment