From: Nick Bowler Date: Thu, 4 Feb 2010 16:47:18 +0000 (-0500) Subject: liblbx: Don't ignore whence parameter in pipe_seek. X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/commitdiff_plain/958926fd7382d2c44828cdc70ca6c27bb281ff0d?hp=958926fd7382d2c44828cdc70ca6c27bb281ff0d liblbx: Don't ignore whence parameter in pipe_seek. The code from which this derived only supported SEEK_SET-like operations, so SEEK_CUR was forgotten when converting it. SEEK_END obviously cannot be supported on pipes. ---