mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
more informative error code
This commit is contained in:
parent
918a0738fe
commit
c1e3fd4c3e
3 changed files with 3 additions and 3 deletions
|
@ -79,5 +79,5 @@ jlong Java_org_amse_ys_zip_DeflatingDecompressor_inflate(JNIEnv *env, jobject th
|
|||
}
|
||||
return result;
|
||||
}
|
||||
return -3;
|
||||
return -1024 + code;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue