]> wimlib.net Git - wimlib/commit
chunk compressor: Use u32, not unsigned, for chunk sizes
authorEric Biggers <ebiggers3@gmail.com>
Mon, 12 May 2014 22:22:20 +0000 (17:22 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 12 May 2014 22:22:20 +0000 (17:22 -0500)
commitf675c45459508d058aeda4869e2928be4b7ffd99
treeb36c9ec8b007e78f3a97ac01c7941940d8f97a81
parent88bfb44de205f72acaefac0d509e1e4e604496f1
chunk compressor: Use u32, not unsigned, for chunk sizes
include/wimlib/chunk_compressor.h
src/compress_parallel.c
src/compress_serial.c
src/write.c