]> wimlib.net Git - wimlib/commit - src/write.c
write.c: Move and fix check for defaulting to solid compression
authorEric Biggers <ebiggers3@gmail.com>
Sun, 17 May 2015 21:47:47 +0000 (16:47 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 17 May 2015 21:52:33 +0000 (16:52 -0500)
commit7fa4bcf7173df1166677ced5fbab51ed3ef07a08
treea8b3dbd351e33df54c5aba1a03fa0fa7f004c673
parentc65a14a93b572ec281527962ffb00a3c6de30595
write.c: Move and fix check for defaulting to solid compression

This check should be made higher up, not in write_file_data_blobs().

In addition, it must be checked that WIMLIB_WRITE_FLAG_PIPABLE is not set.
src/write.c