mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
+ getRandomPage() native impl. fixed
This commit is contained in:
parent
2a9f175821
commit
4a83a3def3
2
kiwix.c
2
kiwix.c
@ -237,7 +237,7 @@ JNIEXPORT jboolean JNICALL Java_org_kiwix_kiwixmobile_JNIKiwibx_getDescription
|
|||||||
return retVal;
|
return retVal;
|
||||||
}
|
}
|
||||||
|
|
||||||
JNIEXPORT jboolean JNICALL Java_org_kiwix_kiwixmobile_JNIKiwibx_getRandomPage
|
JNIEXPORT jboolean JNICALL Java_org_kiwix_kiwixmobile_JNIKiwix_getRandomPage
|
||||||
(JNIEnv *env, jobject obj, jobject urlObj) {
|
(JNIEnv *env, jobject obj, jobject urlObj) {
|
||||||
jboolean retVal = JNI_FALSE;
|
jboolean retVal = JNI_FALSE;
|
||||||
std::string cUrl;
|
std::string cUrl;
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user