mirror of
https://github.com/0intro/wmii
synced 2025-01-09 11:53:11 +03:00
hotfix of update_tags
This commit is contained in:
parent
e2e18a8d76
commit
ebc347a356
@ -248,7 +248,7 @@ update_tags()
|
||||
if(hasclient(tag[i])) {
|
||||
tags2str(buf, sizeof(buf), tag[i]->tag, tag[i]->ntag);
|
||||
if(!istag(newctag, nnewctag, buf)) {
|
||||
newctag = (char **)cext_array_attach((void **)newctag, strdup(client[i]->tag[j]),
|
||||
newctag = (char **)cext_array_attach((void **)newctag, strdup(buf),
|
||||
sizeof(char *), &newctagsz);
|
||||
nnewctag++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user