mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
update linphoen & add const
This commit is contained in:
parent
1cd0bb569f
commit
9201fe28da
2 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@
|
|||
(linphone_content_get_buffer(content) == NULL)) {
|
||||
return;
|
||||
}
|
||||
uint8_t *bodyTmp = linphone_content_get_buffer(content);
|
||||
const uint8_t *bodyTmp = linphone_content_get_buffer(content);
|
||||
const char *body = (const char *)bodyTmp;
|
||||
if ((body = strstr(body, "voice-message: ")) == NULL) {
|
||||
LOGW(@"Received new NOTIFY from voice mail but could not find 'voice-message' in BODY. Ignoring it.");
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6157e3a92a44ee053452668bbb38636d4e98ebaa
|
||||
Subproject commit a06c0cf3d796842007905a22fc9a198438faeb7c
|
||||
Loading…
Add table
Reference in a new issue