pipewire/src/tools
Thomas Hindoe Paaboel Andersen fa5c2000f9 cli: use a signed type for return value
read() returns ssize_t where a negative number is used for errors.
The value was read into a size_t and then checked for <0.

Change to ssize_t to handle the negative number.
2017-10-19 22:43:31 +02:00
..
meson.build pipewire-cli: add new tool 2017-09-15 15:03:21 +02:00
pipewire-cli.c cli: use a signed type for return value 2017-10-19 22:43:31 +02:00
pipewire-monitor.c Add support for NULL strings 2017-10-17 12:16:53 +02:00