]> git.draconx.ca Git - liblbx.git/commit
liblbx: Always return a value in file_seek.
authorNick Bowler <nbowler@draconx.ca>
Tue, 28 Jan 2014 02:41:55 +0000 (21:41 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 28 Jan 2014 02:41:55 +0000 (21:41 -0500)
commit06a82a827480c9701487b216a20528d160262118
tree5779a012b3e6eb7fa61a109195651dca370b0adb
parent131cef630544d733d13bb493a05ff6ae523a0538
liblbx: Always return a value in file_seek.

This function did not return any value on success so it was only by
chance that it seemed to work.
src/fops.c