Browse Source

Nasty typo

JNI-44
Edouard Tisserant 10 years ago
parent
commit
31cef7bb55
  1. 2
      src/jniutils.cc

2
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)

Loading…
Cancel
Save