sway/swaybar
Till Hofmann 0f5157668d Avoid calling strcmp on nullptr
The function group_handler may get a nullptr as `new_group`. If that's
the case, return true, as if `new_group` was the empty string.

Also make the conversion to bool explicit when calling `strcmp`.
2020-02-10 13:29:07 +01:00
..
tray Avoid calling strcmp on nullptr 2020-02-10 13:29:07 +01:00
bar.c swaybar: complete barconfig_update event handling 2019-09-04 16:48:50 -10:00
config.c swaybar: complete barconfig_update event handling 2019-09-04 16:48:50 -10:00
i3bar.c parse_color: return success + drop fallback color 2019-12-28 10:07:25 +01:00
input.c swaybar: Fix input device removal 2020-01-05 19:57:05 +01:00
ipc.c parse_color: return success + drop fallback color 2019-12-28 10:07:25 +01:00
main.c swaybar: prevent signal handler from firing during termination 2019-02-15 14:09:14 +00:00
meson.build Removed unused wlroots dependency for sway(bg|bar|msg|nag) 2019-01-21 13:04:15 -05:00
render.c parse_color: return success + drop fallback color 2019-12-28 10:07:25 +01:00
status_line.c swaybar: complete barconfig_update event handling 2019-09-04 16:48:50 -10:00
swaybar-protocol.7.scd Fix typo in swaybar-protocol.7.scd 2019-12-28 13:36:00 -05:00