pipewire/src
Barnabás Pőcze 3c01cfe8f8 protocol-native: connection: fix errno check condition
The branch should be taken if errno is neither EAGAIN,
nor EWOULDBLOCK.

Previously,

  if (errno != EAGAIN || errno != EWOULDBLOCK)

would be taken for all values of errno if EAGAIN != EWOULDBLOCK.
(Except for the ones that are filtered out before.)

Fix that by changing `||` to `&&`.
2021-03-04 19:18:19 +00:00
..
daemon rtkit: boost default rt.prio to 88 2021-03-03 19:56:22 +01:00
examples media-session: sanitize device names as well 2021-03-04 12:45:35 +01:00
extensions Run codespell on the entire codebase 2020-08-17 17:16:31 +00:00
gst gst: avoid crash with zero SPA_PARAM_BUFFERS_size 2021-01-28 20:50:07 +01:00
modules protocol-native: connection: fix errno check condition 2021-03-04 19:18:19 +00:00
pipewire pipewire: align the spa_handle to 8 bytes 2021-03-04 10:58:35 +01:00
tests Fix tests, use the right config dir 2021-02-12 10:33:02 +01:00
tools tools: remove registry listener before destroying 2021-02-24 14:58:20 +01:00
.gitignore move things around 2017-07-11 16:08:22 +02:00
meson.build meson: add tests option 2020-02-23 00:09:16 +01:00