diff --git a/Classes/LinphoneUI/StatusBarView.m b/Classes/LinphoneUI/StatusBarView.m index bdccd0896..78a76e600 100644 --- a/Classes/LinphoneUI/StatusBarView.m +++ b/Classes/LinphoneUI/StatusBarView.m @@ -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."); diff --git a/submodules/linphone b/submodules/linphone index 6157e3a92..a06c0cf3d 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit 6157e3a92a44ee053452668bbb38636d4e98ebaa +Subproject commit a06c0cf3d796842007905a22fc9a198438faeb7c