4
Fork 0

Update PatchCord.cpp

This commit is contained in:
R3ABM Artem 2021-11-07 19:54:00 +00:00
parent ab0b0cb5b8
commit 198fcc64c6

View file

@ -1,4 +1,4 @@
// Copyright 2015-2019 by Artem Prilutskiy // Copyright 2015-2021 by Artem Prilutskiy
#include "PatchCord.h" #include "PatchCord.h"
@ -87,7 +87,7 @@ void PatchCord::getContextBanner()
DBUS_TYPE_INVALID)) && DBUS_TYPE_INVALID)) &&
(count > 0)) (count > 0))
{ {
strncpy(banner,array[0], BANNER_BUFFER_LENGTH); strncpy(banner, array[0], BANNER_BUFFER_LENGTH);
renewal = now + BANNER_RENEWAL_INTERVAL; renewal = now + BANNER_RENEWAL_INTERVAL;
dbus_free_string_array(array); dbus_free_string_array(array);
} }
@ -213,6 +213,7 @@ uint32_t PatchCord::getPrivateIDForCall(const char* call)
DBUS_TYPE_STRING, &call, DBUS_TYPE_STRING, &call,
DBUS_TYPE_STRING, &text, DBUS_TYPE_STRING, &text,
DBUS_TYPE_STRING, &symbol, DBUS_TYPE_STRING, &symbol,
DBUS_TYPE_BOOLEAN, &active,
DBUS_TYPE_INVALID)) DBUS_TYPE_INVALID))
value = number; value = number;