diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/stk.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -303,7 +303,7 @@ static char *dbus_apply_text_attributes(const char *text, const uint8_t *j = attr->attributes; const uint8_t *end = j + attr->len; - if (!text) + if (text == NULL) return NULL; if (attr->len & 3) |