mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-10 07:36:26 -04:00
Fix hasEntryByTitle
This commit is contained in:
parent
df631a4679
commit
09c0e0155e
@ -164,7 +164,7 @@ METHOD(jobject, getEntryByTitle__I, jint index) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
METHOD(jboolean, hasEntryByTitle, jstring title) {
|
METHOD(jboolean, hasEntryByTitle, jstring title) {
|
||||||
return TO_JNI(THIS->hasEntryByPath(TO_C(title)));
|
return TO_JNI(THIS->hasEntryByTitle(TO_C(title)));
|
||||||
}
|
}
|
||||||
|
|
||||||
METHOD(jobject, getEntryByClusterOrder, jint index) {
|
METHOD(jobject, getEntryByClusterOrder, jint index) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user