mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
Fix JNI of LinphoneInfoMessageImpl_setContent
Fixes BelledonneCommunications/linphone-android#81
This commit is contained in:
parent
346e8ae92e
commit
0013ebeceb
1 changed files with 1 additions and 1 deletions
|
|
@ -6273,7 +6273,7 @@ JNIEXPORT void JNICALL Java_org_linphone_core_LinphoneInfoMessageImpl_setContent
|
|||
linphone_content_set_type(content, tmp = GetStringUTFChars(env, jtype));
|
||||
ReleaseStringUTFChars(env, jtype, tmp);
|
||||
|
||||
linphone_content_set_type(content, tmp = GetStringUTFChars(env, jsubtype));
|
||||
linphone_content_set_subtype(content, tmp = GetStringUTFChars(env, jsubtype));
|
||||
ReleaseStringUTFChars(env, jsubtype, tmp);
|
||||
|
||||
linphone_content_set_string_buffer(content, tmp = GetStringUTFChars(env, jdata));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue