]> wimlib.net Git - wimlib/blobdiff - src/lzx_compress.c
lzma hash
[wimlib] / src / lzx_compress.c
index f0c3c5268c82c5e26347b9c42e5c008e811886c8..6d9f1ce53dc174e024de0ec6841dae3725dfc932 100644 (file)
@@ -2890,6 +2890,8 @@ lzx_create_compressor(size_t max_bufsize, unsigned compression_level,
        /* Prepare the offset => offset slot mapping. */
        lzx_init_offset_slot_tabs(c);
 
+       crc_init();
+
        *c_ret = c;
        return 0;