swaymsg: fix get_outputs status code
This commit is contained in:
parent
1c2a356dcf
commit
eb675f0dfd
|
@ -23,7 +23,7 @@ static bool success_object(json_object *result) {
|
|||
json_object *success;
|
||||
|
||||
if (!json_object_object_get_ex(result, "success", &success)) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
return json_object_get_boolean(success);
|
||||
|
|
Loading…
Reference in a new issue