diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/dbus-helper.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/dbus-helper.c b/common/dbus-helper.c index a604f6de..1983a8ee 100644 --- a/common/dbus-helper.c +++ b/common/dbus-helper.c @@ -429,6 +429,9 @@ void dbus_message_iter_append_dict_entry(DBusMessageIter *dict, case DBUS_TYPE_STRING: sig = DBUS_TYPE_STRING_AS_STRING; break; + case DBUS_TYPE_BYTE: + sig = DBUS_TYPE_BYTE_AS_STRING; + break; case DBUS_TYPE_INT16: sig = DBUS_TYPE_INT16_AS_STRING; break; |