mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 21:10:59 +00:00
Replacements table in AS1/2,
not much useful since eval() is used in most cases
This commit is contained in:
@@ -64,7 +64,7 @@ import java.util.List;
|
||||
this.offset = ofst;
|
||||
prevToken = null;
|
||||
Token t = yylex();
|
||||
if (t.type != TokenType.COMMENT) {
|
||||
if (t != null && t.type != TokenType.COMMENT) {
|
||||
prevToken = t;
|
||||
}
|
||||
for (; t != null; t = yylex()) {
|
||||
|
||||
Reference in New Issue
Block a user