mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-09 23:50:15 -04:00
Do not use `strcspn()` because it assumes a null terminated string, but the `fopencookie()` write callback receives a (ptr, length) pair. So use `memchr()` instead to find the `\n`. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||