pipewire/spa/include/spa
Jonas Ådahl 3c1b8dcdcc spa/util/json-core: Fix condition checking for container end
Fixes the following warning:

    /usr/include/spa-0.2/spa/utils/json-core.h: In function ‘spa_json_is_container_end’:
    /usr/include/spa-0.2/spa/utils/json-core.h:404:41: warning: logical ‘or’ of equal expressions [-Wlogical-op]
      404 |         return len > 0 && (*val == '}'  || *val == '}');
          |                                         ^~
2026-03-12 22:21:41 +01:00
..
buffer
control
debug
filter-graph
graph
interfaces/audio
monitor
node
param spa: replace ECHRNG with EINVAL 2026-03-11 20:40:24 +00:00
pod spa: add Capability and PeerCapability 2025-11-21 10:08:46 +01:00
support thread: add thread.reset-on-fork 2025-11-06 11:55:20 +01:00
utils spa/util/json-core: Fix condition checking for container end 2026-03-12 22:21:41 +01:00