diff --git a/client.c b/client.c index b48577d6..c0df7a7e 100644 --- a/client.c +++ b/client.c @@ -79,7 +79,8 @@ client_loadprops(client_t * c, screen_t *screen) &prop)) return false; - if (strlen(prop) != tags->len + 2) { + if(a_strlen(prop) != tags->len + 2) + { /* ignore property if the tag count isn't matching */ p_delete(&prop); return false;