]> wimlib.net Git - wimlib/commitdiff
write.c: cleanups and bug fixes
authorEric Biggers <ebiggers3@gmail.com>
Sun, 4 Oct 2015 18:08:34 +0000 (13:08 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 4 Oct 2015 19:13:52 +0000 (14:13 -0500)
- Sort blobs correctly if a single on-disk WIM has multiple WIMStructs
- Prevent non-solid resources from being incorrectly reused solid WIMs
- Rename num_bytes_to_compress => num_nonraw_bytes
- Make may_*_filter_blobs() functions return bool
- Improved some comments


No differences found