Update PatchCord.cpp
This commit is contained in:
parent
198fcc64c6
commit
10fa9fd0bd
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue