]> git.draconx.ca Git - liblbx.git/commit
liblbx: Set the file offset in lbx_file_seek.
authorNick Bowler <nbowler@draconx.ca>
Mon, 8 Feb 2010 01:19:31 +0000 (20:19 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 8 Feb 2010 17:00:55 +0000 (12:00 -0500)
commitd4ace0bf36e361874f881e64f7db4e3e132da699
tree507dc2a30ab1a2dde12c553b746b7b645a8ae5c8
parentf913a8da9e1bbd0088bb84372b2db8e46fff20f0
liblbx: Set the file offset in lbx_file_seek.

This function previously would do the underlying seek correctly, but not
actually record what it did.  This breaks lots of things, fix it.
src/lbx.c