mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
Real compil fix
This commit is contained in:
parent
3ffbfbdafe
commit
d0da718ac4
1 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,8 @@ Content ContentManager::contentListToMultipart (const list<Content> &contents) {
|
|||
Content content;
|
||||
content.setBody(desc);
|
||||
ContentType contentType = ContentType::Multipart;
|
||||
contentType.setParameter("boundary=" + MULTIPART_BOUNDARY);
|
||||
string boundary = "boundary=" + string(MULTIPART_BOUNDARY);
|
||||
contentType.setParameter(boundary);
|
||||
content.setContentType(contentType);
|
||||
|
||||
belle_sip_free(desc);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue