X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/562b985a2b03cbf76772cbacff3b0d2cf1d02c29..fe4729faa4ecf8f0d0800fd8d578ed9c81eda350:/src/lbx.c diff --git a/src/lbx.c b/src/lbx.c index 17bf976..c2db146 100644 --- a/src/lbx.c +++ b/src/lbx.c @@ -293,6 +293,8 @@ int lbx_file_seek(struct lbx_file_state *f, long offset, int whence) f->lbx->last_file = NULL; if (fops->seek(f->lbx->f, f->base + pos, SEEK_SET) != 0) return -1; + + f->offset = pos; f->lbx->last_file = f; f->eof = 0;