mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 06:24:20 +01:00
Merge pull request #3020 from emersion/swaymsg-return-status
swaymsg: fix get_outputs status code
This commit is contained in:
commit
b90af33570
@ -23,7 +23,7 @@ static bool success_object(json_object *result) {
|
|||||||
json_object *success;
|
json_object *success;
|
||||||
|
|
||||||
if (!json_object_object_get_ex(result, "success", &success)) {
|
if (!json_object_object_get_ex(result, "success", &success)) {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return json_object_get_boolean(success);
|
return json_object_get_boolean(success);
|
||||||
|
Loading…
Reference in New Issue
Block a user