mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 11:24:53 +00:00
AS3: Fixed do..while, while true, while &&
This commit is contained in:
@@ -62,13 +62,13 @@ public class ReReadableInputStream extends InputStream {
|
||||
return ret;
|
||||
}
|
||||
int i = is.read();
|
||||
if(i>-1){
|
||||
if (i > -1) {
|
||||
baos.write(i);
|
||||
count++;
|
||||
count++;
|
||||
}
|
||||
pos++;
|
||||
converted = null;
|
||||
|
||||
|
||||
return i;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user