forked from mirrors/linphone-iphone
fix(Sal): cast bool_t/bool (Windows)
This commit is contained in:
parent
f37e941a6c
commit
00d695d77f
1 changed files with 1 additions and 1 deletions
|
|
@ -657,7 +657,7 @@ const string &Sal::getHttpProxyHost () const {
|
|||
}
|
||||
|
||||
bool Sal::isContentEncodingAvailable (const string &contentEncoding) const {
|
||||
return belle_sip_stack_content_encoding_available(mStack, L_STRING_TO_C(contentEncoding));
|
||||
return !!belle_sip_stack_content_encoding_available(mStack, L_STRING_TO_C(contentEncoding));
|
||||
}
|
||||
|
||||
bool Sal::isContentTypeSupported (const string &contentType) const {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue