From 89ba5cab16cdf5608f2dd3a1e06fc1fdc17f8580 Mon Sep 17 00:00:00 2001 From: R3ABM Artem Date: Sun, 7 Nov 2021 19:56:42 +0000 Subject: [PATCH] Update PatchCord.cpp --- CallCapture/PatchCord.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CallCapture/PatchCord.cpp b/CallCapture/PatchCord.cpp index 43f1355..8484a22 100644 --- a/CallCapture/PatchCord.cpp +++ b/CallCapture/PatchCord.cpp @@ -1,4 +1,4 @@ -// Copyright 2015-2021 by Artem Prilutskiy +// Copyright 2015-2019 by Artem Prilutskiy #include "PatchCord.h" @@ -191,6 +191,7 @@ uint32_t PatchCord::getPrivateIDForCall(const char* call) if (response != NULL) { + dbus_bool_t active; dbus_uint32_t number; dbus_uint32_t algorithm; dbus_uint32_t key; @@ -238,6 +239,7 @@ bool PatchCord::getCredentialsForID(uint32_t number, char* call, char* text) if (response != NULL) { + dbus_bool_t active; dbus_uint32_t number; dbus_uint32_t algorithm; dbus_uint32_t key; @@ -260,6 +262,7 @@ bool PatchCord::getCredentialsForID(uint32_t number, char* call, char* text) DBUS_TYPE_STRING, &value1, DBUS_TYPE_STRING, &value2, DBUS_TYPE_STRING, &symbol, + DBUS_TYPE_BOOLEAN, &active, DBUS_TYPE_INVALID)) { strcpy(call, value1);