From e6561f15d1d8dadef28f075c7a25200670b9d72e Mon Sep 17 00:00:00 2001 From: Artem Prilutskiy Date: Thu, 28 Feb 2019 23:19:42 +0300 Subject: [PATCH] Fixes --- CallCapture/PatchCord.cpp | 7 ++++--- SVXLink/echolink/PatchCord.cpp | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CallCapture/PatchCord.cpp b/CallCapture/PatchCord.cpp index c3701ae..4668e48 100644 --- a/CallCapture/PatchCord.cpp +++ b/CallCapture/PatchCord.cpp @@ -147,8 +147,9 @@ uint32_t PatchCord::getSpecificValue(uint32_t key) if (response != NULL) { - const char* name; - const char* address; + char* name; + char* dummy; + char* address; dbus_uint32_t type; dbus_uint32_t mode; dbus_uint32_t state; @@ -157,7 +158,7 @@ uint32_t PatchCord::getSpecificValue(uint32_t key) int count; if (dbus_message_get_args(response, NULL, - DBUS_TYPE_STRING, &banner, + DBUS_TYPE_STRING, &dummy, DBUS_TYPE_STRING, &name, DBUS_TYPE_UINT32, &type, DBUS_TYPE_UINT32, &number, diff --git a/SVXLink/echolink/PatchCord.cpp b/SVXLink/echolink/PatchCord.cpp index c3701ae..4668e48 100644 --- a/SVXLink/echolink/PatchCord.cpp +++ b/SVXLink/echolink/PatchCord.cpp @@ -147,8 +147,9 @@ uint32_t PatchCord::getSpecificValue(uint32_t key) if (response != NULL) { - const char* name; - const char* address; + char* name; + char* dummy; + char* address; dbus_uint32_t type; dbus_uint32_t mode; dbus_uint32_t state; @@ -157,7 +158,7 @@ uint32_t PatchCord::getSpecificValue(uint32_t key) int count; if (dbus_message_get_args(response, NULL, - DBUS_TYPE_STRING, &banner, + DBUS_TYPE_STRING, &dummy, DBUS_TYPE_STRING, &name, DBUS_TYPE_UINT32, &type, DBUS_TYPE_UINT32, &number,