mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 09:09:21 +00:00
Fix Android build.
This commit is contained in:
parent
60802389ba
commit
b6e67b14cd
1 changed files with 1 additions and 1 deletions
|
|
@ -8110,7 +8110,7 @@ static void xml_request_response(LinphoneXmlRpcRequest *request) {
|
|||
|
||||
extern "C" jlong Java_org_linphone_core_LinphoneXmlRpcRequestImpl_newLinphoneXmlRpcRequest(JNIEnv *env, jobject thiz, jstring jmethodname, jint returntype) {
|
||||
const char *methodname = GetStringUTFChars(env, jmethodname);
|
||||
LinphoneXmlRpcRequest *request = linphone_xml_rpc_request_new(methodname, (LinphoneXmlRpcArgType)returntype);
|
||||
LinphoneXmlRpcRequest *request = linphone_xml_rpc_request_new((LinphoneXmlRpcArgType)returntype, methodname);
|
||||
ReleaseStringUTFChars(env, jmethodname, methodname);
|
||||
return (jlong) request;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue