mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
ipc: get_tags - do not dump tag if the tag is null
This commit is contained in:
parent
579f8f892b
commit
df9533f1eb
@ -6,7 +6,7 @@ int
|
|||||||
dump_tag(yajl_gen gen, const char *name, const int tag_mask)
|
dump_tag(yajl_gen gen, const char *name, const int tag_mask)
|
||||||
{
|
{
|
||||||
if (!name)
|
if (!name)
|
||||||
return;
|
return 0;
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
YMAP(
|
YMAP(
|
||||||
|
Loading…
Reference in New Issue
Block a user