]> git.draconx.ca Git - liblbx.git/commitdiff
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)
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.


No differences found