Change wrong BZip constant (#2190)
This commit is contained in:
committed by
Lucwousin
parent
bc68a9f02f
commit
d980fed215
@@ -192,7 +192,7 @@ public final class BZip2Decompressor {
|
|||||||
int[] var23 = null;
|
int[] var23 = null;
|
||||||
int[] var24 = null;
|
int[] var24 = null;
|
||||||
int[] var25 = null;
|
int[] var25 = null;
|
||||||
var0.blockSize100k = 1410065408;
|
var0.blockSize100k = 1;
|
||||||
if (SoundSystem.BZip2Decompressor_block == null) {
|
if (SoundSystem.BZip2Decompressor_block == null) {
|
||||||
SoundSystem.BZip2Decompressor_block = new int[var0.blockSize100k * 100000];
|
SoundSystem.BZip2Decompressor_block = new int[var0.blockSize100k * 100000];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user