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
d0da718a
Commit
d0da718a
authored
Feb 14, 2018
by
Sylvain Berfini
🐮
Browse files
Real compil fix
parent
3ffbfbda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/content/content-manager.cpp
src/content/content-manager.cpp
+2
-1
No files found.
src/content/content-manager.cpp
View file @
d0da718a
...
...
@@ -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
);
...
...
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