From: Michihiro NAKAJIMA Date: Wed, 16 Dec 2009 15:49:45 +0000 (-0500) Subject: bzstream_valid is not presented if bzip2 is not available. X-Git-Tag: v2.8.0~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47259a060b15338c9ca3298af184fd10f9b22b3d;p=thirdparty%2Flibarchive.git bzstream_valid is not presented if bzip2 is not available. SVN-Revision: 1754 --- diff --git a/libarchive/archive_read_support_format_xar.c b/libarchive/archive_read_support_format_xar.c index 086e02eb5..c7f0708fe 100644 --- a/libarchive/archive_read_support_format_xar.c +++ b/libarchive/archive_read_support_format_xar.c @@ -1453,7 +1453,6 @@ decompression_init(struct archive_read *a, enum enctype encoding) archive_set_error(&a->archive, ARCHIVE_ERRNO_MISC, "%s compression not supported on this platform", detail); - xar->bzstream_valid = 0; return (ARCHIVE_FAILED); } return (ARCHIVE_OK);