mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix build on Android with NDK 15.
This commit is contained in:
parent
32a4832621
commit
f2b54a6bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ ChatMessageModifier::Result CpimChatMessageModifier::encode (const shared_ptr<Ch
|
|||
Cpim::GenericHeader("Content-Type", content->getContentType().asString())
|
||||
);
|
||||
cpimMessage.addContentHeader(
|
||||
Cpim::GenericHeader("Content-Length", to_string(contentBody.size()))
|
||||
Cpim::GenericHeader("Content-Length", Utils::toString(contentBody.size()))
|
||||
);
|
||||
cpimMessage.setContent(contentBody);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue