From de2f3b393ac3e539aa36c8ebb3e43b4ae589f6ea Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 18 Dec 2015 19:38:36 -0500 Subject: Wow that was stupid --- swaybar/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swaybar/main.c') diff --git a/swaybar/main.c b/swaybar/main.c index 1cc71c66..fc44d3af 100644 --- a/swaybar/main.c +++ b/swaybar/main.c @@ -136,7 +136,7 @@ void ipc_update_workspaces() { for (i = 0; i < json_object_array_length(results); ++i) { json_object *ws_json = json_object_array_get_idx(results, i); json_object *num, *name, *visible, *focused, *out, *urgent; - if (ws_json) { + if (!ws_json) { continue; } json_object_object_get_ex(ws_json, "num", &num); -- cgit v1.2.3-54-g00ecf