mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 22:10:47 +00:00
small fixes, but binary search still not working
This commit is contained in:
@@ -83,7 +83,8 @@ public class StreamSearch implements Searchable {
|
||||
}
|
||||
}
|
||||
if (match) {
|
||||
ret.put(pos+i, new FoundInputStream(pos+i,is));
|
||||
InputStream fis = new FoundInputStream(pos + i, is);
|
||||
ret.put(pos + i, fis);
|
||||
continue loopdata;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user