mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 12:04:51 +00:00
#32 Action255 bug
This commit is contained in:
@@ -62,10 +62,13 @@ public class ReReadableInputStream extends InputStream {
|
||||
return ret;
|
||||
}
|
||||
int i = is.read();
|
||||
baos.write(i);
|
||||
count++;
|
||||
if(i>-1){
|
||||
baos.write(i);
|
||||
count++;
|
||||
}
|
||||
pos++;
|
||||
converted = null;
|
||||
|
||||
return i;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user