In the class org.as2lib.io.file.TextFileLoader there is code:
... public function getFile(Void):File { return getFile(); } ...
I think you meant, following:
public function getFile(Void):File { return super.getFile(); }
Logged In: YES user_id=922171
Has been fixed a long time ago (check out the CVS). Should have been getTextFile.
Thanks for the report!
Log in to post a comment.
Logged In: YES
user_id=922171
Has been fixed a long time ago (check out the CVS).
Should have been getTextFile.
Thanks for the report!