From: Nick Bowler Date: Tue, 28 Jan 2014 01:28:09 +0000 (-0500) Subject: liblbx: Improve error handling in lbx_file_seek. X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/commitdiff_plain/131cef630544d733d13bb493a05ff6ae523a0538?hp=131cef630544d733d13bb493a05ff6ae523a0538 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. ---