]> git.draconx.ca Git - liblbx.git/commit
liblbx: Don't ignore whence parameter in pipe_seek.
authorNick Bowler <nbowler@draconx.ca>
Thu, 4 Feb 2010 16:47:18 +0000 (11:47 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 8 Feb 2010 17:00:54 +0000 (12:00 -0500)
commit958926fd7382d2c44828cdc70ca6c27bb281ff0d
treeacd1fdae3f74a16b70c7887cce151a7d56861959
parentc1de95057ed86c206b9583bd21fcc2d6d4744e6c
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.
src/fops.c