mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 08:39:20 +00:00
fix mistake
This commit is contained in:
parent
e2707b8d5c
commit
77a03fbdb1
1 changed files with 1 additions and 1 deletions
|
|
@ -1510,7 +1510,7 @@ extern "C" jstring Java_org_linphone_core_LinphoneCallImpl_getRemoteUserAgent(JN
|
|||
LinphoneCall *call = (LinphoneCall *)ptr;
|
||||
const char *value=linphone_call_get_remote_user_agent(call);
|
||||
jstring jvalue=NULL;
|
||||
if (value) jvalue=env->NewStringUTF();
|
||||
if (value) jvalue=env->NewStringUTF(value);
|
||||
return jvalue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue