From: Eric Biggers Date: Sat, 24 Nov 2012 05:37:14 +0000 (-0600) Subject: main_writer_thread_proc(): Fix minor issues X-Git-Tag: v1.2.1~74 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=a59c8125e7083fd9e9c6c98984bb4e70b7460ba4;hp=a59c8125e7083fd9e9c6c98984bb4e70b7460ba4 main_writer_thread_proc(): Fix minor issues - If a resource compresses to the same size or larger than the original size, directly write it uncompressed with the main thread. - Re-organize the code so as to not force the first resource to be compressed if it doesn't need to be. ---