]> wimlib.net Git - wimlib/commit
compress.c: Always include base compressor size
authorEric Biggers <ebiggers3@gmail.com>
Sat, 14 Jun 2014 04:31:33 +0000 (23:31 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 14 Jun 2014 04:31:33 +0000 (23:31 -0500)
commita4458395b4e8227b7f125ab99cea6a0a6d87ee8f
treecc68334b7e9d8d39e9fb4ddf18249233cc5a8713
parent30826518fab5bb66fec87355324a2f0474fc66c1
compress.c:  Always include base compressor size

When the struct compressor_ops does not provide get_needed_memory(),
still include the size of the struct wimlib_compressor.
src/compress.c