]> git.draconx.ca Git - liblbx.git/commit
liblbx: Improve error handling in lbx_file_seek.
authorNick Bowler <nbowler@draconx.ca>
Tue, 28 Jan 2014 01:28:09 +0000 (20:28 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 28 Jan 2014 01:37:34 +0000 (20:37 -0500)
commit131cef630544d733d13bb493a05ff6ae523a0538
treeb5280c024bc74b1af1d8d25cf90ecc28b185358c
parent4e1f80572a3fa2687d9350a7c211507ed382c9fb
liblbx: Improve error handling in lbx_file_seek.

  - Return an error code for an invaled whence value instead of
    proceeding with uninitialized values.

  - Set an error code on one of the error paths that did not set one.
src/lbx.c