mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Another compilation fix for Visual Studio.
This commit is contained in:
parent
36de60130b
commit
cd23673317
1 changed files with 2 additions and 1 deletions
|
|
@ -128,6 +128,7 @@ static void linphone_chat_message_process_response_from_post_file(void *data, co
|
|||
belle_http_request_listener_t *l;
|
||||
belle_generic_uri_t *uri;
|
||||
belle_http_request_t *req;
|
||||
belle_sip_multipart_body_handler_t *bh;
|
||||
char* ua;
|
||||
|
||||
/* temporary storage of the header of the message part header */
|
||||
|
|
@ -140,7 +141,7 @@ static void linphone_chat_message_process_response_from_post_file(void *data, co
|
|||
belle_sip_free(first_part_header);
|
||||
|
||||
/* insert it in a multipart body handler which will manage the boundaries of multipart message */
|
||||
belle_sip_multipart_body_handler_t *bh=belle_sip_multipart_body_handler_new(linphone_chat_message_file_transfer_on_progress, msg, (belle_sip_body_handler_t *)first_part_bh);
|
||||
bh=belle_sip_multipart_body_handler_new(linphone_chat_message_file_transfer_on_progress, msg, (belle_sip_body_handler_t *)first_part_bh);
|
||||
|
||||
ua = ms_strdup_printf("%s/%s", linphone_core_get_user_agent_name(), linphone_core_get_user_agent_version());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue