mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 17:29:20 +00:00
Fixed copy/paste mistake
This commit is contained in:
parent
7b04214dae
commit
48510f3000
1 changed files with 1 additions and 1 deletions
|
|
@ -1119,7 +1119,7 @@ jobject getFriend(JNIEnv *env, LinphoneFriend *lfriend){
|
|||
|
||||
jobj=env->NewLocalRef((jobject)up);
|
||||
if (jobj == NULL){
|
||||
jobj=env->NewObject(lcData->friendClass, lcData->friendCtrId, lcData->(jlong)lfriend);
|
||||
jobj=env->NewObject(lcData->friendClass, lcData->friendCtrId, (jlong)lfriend);
|
||||
linphone_friend_set_user_data(lfriend,(void*)env->NewWeakGlobalRef(jobj));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue