mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
cleanup
git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@991 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
parent
b6970e1dc9
commit
4d7ea131fe
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ jint Java_org_amse_ys_zip_NativeDeflatingDecompressor_inflate(JNIEnv *env, jobje
|
|||
stream->next_out = (Bytef*)outStart;
|
||||
const int outLength = env->GetArrayLength(out);
|
||||
stream->avail_out = outLength;
|
||||
int code = inflate(stream, Z_SYNC_FLUSH);
|
||||
const int code = inflate(stream, Z_SYNC_FLUSH);
|
||||
env->ReleaseByteArrayElements(in, inStart, 0);
|
||||
env->ReleaseByteArrayElements(out, outStart, 0);
|
||||
if ((code == Z_OK) || (code == Z_STREAM_END)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue