From: Nick Bowler Date: Mon, 8 Feb 2010 01:19:31 +0000 (-0500) Subject: liblbx: Set the file offset in lbx_file_seek. X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/commitdiff_plain/d4ace0bf36e361874f881e64f7db4e3e132da699?hp=d4ace0bf36e361874f881e64f7db4e3e132da699 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. ---