Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
77a03fbd
Commit
77a03fbd
authored
Jan 30, 2013
by
Simon Morlat
Browse files
fix mistake
parent
e2707b8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/linphonecore_jni.cc
coreapi/linphonecore_jni.cc
+1
-1
No files found.
coreapi/linphonecore_jni.cc
View file @
77a03fbd
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment