mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
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. |
||
|---|---|---|
| .. | ||
| meson.build | ||
| pipewire-cli.c | ||
| pipewire-monitor.c | ||