update linphoen & add const

This commit is contained in:
Benjamin Reis 2018-04-27 15:09:06 +02:00
parent 1cd0bb569f
commit 9201fe28da
2 changed files with 2 additions and 2 deletions

View file

@ -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