From 9201fe28da3941db705c834cefdb603c1780378c Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Fri, 27 Apr 2018 15:09:06 +0200 Subject: [PATCH] update linphoen & add const --- Classes/LinphoneUI/StatusBarView.m | 2 +- submodules/linphone | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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