mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 15:29:45 +03:00
The data parsed by ipu3-unpack is written out using the write() c
library call, but the error code is incorrectly checked which misses the
single erroroneous return value returned by the function.
Fix it to explicitly check against the error code.
Fixes:
|
||
---|---|---|
.. | ||
ipu3-capture.sh | ||
ipu3-pack.c | ||
ipu3-process.sh | ||
ipu3-unpack.c | ||
meson.build |