pipewire/spa
Peter Hutterer cdfd50e166 spa: add spa_atob() to convert a string to a boolean
This replaces the manual check for "true" and some (inconsistent) return value
of atoi. All those instances now require either "true" or "1" to parse as
true, any other value (including NULL) is boolean false.
2021-05-18 22:18:56 +10:00
..
examples
include spa: add spa_atob() to convert a string to a boolean 2021-05-18 22:18:56 +10:00
plugins spa: add spa_atob() to convert a string to a boolean 2021-05-18 22:18:56 +10:00
tests spa: add spa_atob() to convert a string to a boolean 2021-05-18 22:18:56 +10:00
tools
meson.build