mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
fix typo in previous commit
This commit is contained in:
parent
1ad9a0789f
commit
fe79c8fdb4
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ Content ContentManager::contentListToMultipart (const list<Content> &contents) {
|
|||
|
||||
ContentType contentType = ContentType::Multipart;
|
||||
contentType.setParameter("boundary=" + string(MultipartBoundary));
|
||||
content.setContentType(ContentType::Multipart);
|
||||
content.setContentType(contentType);
|
||||
|
||||
return content;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue