client: use a_str()
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
14f4e02e66
commit
9ad5f651fe
3
client.c
3
client.c
|
@ -79,7 +79,8 @@ client_loadprops(client_t * c, screen_t *screen)
|
||||||
&prop))
|
&prop))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (strlen(prop) != tags->len + 2) {
|
if(a_strlen(prop) != tags->len + 2)
|
||||||
|
{
|
||||||
/* ignore property if the tag count isn't matching */
|
/* ignore property if the tag count isn't matching */
|
||||||
p_delete(&prop);
|
p_delete(&prop);
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue