Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 708736
Collapse All | Expand All

(-)a/libcfile/cfile.c (+1 lines)
Lines 709-714 cseek(cfile *cfh, ssize_t offset, int offset_type) Link Here
709
			if(lzma_stream_decoder(cfh->xzs, UINT64_MAX, LZMA_TELL_UNSUPPORTED_CHECK)!=LZMA_OK) {
709
			if(lzma_stream_decoder(cfh->xzs, UINT64_MAX, LZMA_TELL_UNSUPPORTED_CHECK)!=LZMA_OK) {
710
				return IO_ERROR;
710
				return IO_ERROR;
711
			}
711
			}
712
			cfh->xzs->avail_in = cfh->xzs->avail_out = 0;
712
			cfh->raw.pos = cfh->raw.offset = cfh->raw.end = cfh->data.pos =
713
			cfh->raw.pos = cfh->raw.offset = cfh->raw.end = cfh->data.pos =
713
				cfh->data.offset = cfh->data.end = 0;
714
				cfh->data.offset = cfh->data.end = 0;
714
			if(ensure_lseek_position(cfh)) {
715
			if(ensure_lseek_position(cfh)) {

Return to bug 708736