From 31cef7bb55d746bc7f806c894c2b7f2383235e6f Mon Sep 17 00:00:00 2001 From: Edouard Tisserant Date: Mon, 12 Oct 2015 01:27:29 +0200 Subject: [PATCH] Nasty typo --- src/jniutils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jniutils.cc b/src/jniutils.cc index b455edd..985c153 100644 --- a/src/jniutils.cc +++ b/src/jniutils.cc @@ -142,7 +142,7 @@ namespace pEp { throw std::invalid_argument(std::string(methodname)); } - return env->CallLongMethod(obj, method, o); + return env->CallBooleanMethod(obj, method, o); } jint outOfMemory(JNIEnv *env)