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
6b290a01
Commit
6b290a01
authored
Jul 11, 2014
by
Ghislain MARY
Browse files
Fix compilation.
parent
38ea4ee8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/chat.c
coreapi/chat.c
+1
-1
No files found.
coreapi/chat.c
View file @
6b290a01
...
...
@@ -995,7 +995,7 @@ static void linphone_chat_process_response_headers_from_get_file(void *data, con
/*we are receiving a response, set a specific body handler to acquire the response.
* if not done, belle-sip will create a memory body handler, the default*/
LinphoneChatMessage
*
message
=
(
LinphoneChatMessage
*
)
belle_sip_object_data_get
(
BELLE_SIP_OBJECT
(
event
->
request
),
"message"
);
belle_sip_message_t
*
response
=
event
->
response
;
belle_sip_message_t
*
response
=
BELLE_SIP_MESSAGE
(
event
->
response
)
;
size_t
body_size
=
0
;
if
(
message
->
file_transfer_information
==
NULL
){
...
...
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