From: Eric Biggers Date: Fri, 26 Oct 2012 17:57:14 +0000 (-0500) Subject: xpress_compress(): Initialize all data written X-Git-Tag: v1.0.4~38 X-Git-Url: https://wimlib.net/git/?a=commitdiff_plain;h=f308322e2f405932116152bc01754bfca7635003;hp=f308322e2f405932116152bc01754bfca7635003;p=wimlib xpress_compress(): Initialize all data written - Make sure the flushing of the bitstream and the finishing of the compressed data is done properly. - Fix indentation and whitespace. - Zero out chunk table before writing it. ---