X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fcompress_serial.c;h=01187ad383f2f2a8c4ad7f6bc54aca5ea4a158fd;hp=1a333fe0fb07580cead9eaa3e80a495e2eb7b3a1;hb=4dd45340f9fe3a533e0f1a9d6b79f8118e45ca2a;hpb=f957cacefa8b7b14544d27ba8519dae94e96c9f7 diff --git a/src/compress_serial.c b/src/compress_serial.c index 1a333fe0..01187ad3 100644 --- a/src/compress_serial.c +++ b/src/compress_serial.c @@ -121,7 +121,7 @@ new_serial_chunk_compressor(int out_ctype, u32 out_chunk_size, ctx->base.get_chunk = serial_chunk_compressor_get_chunk; ret = wimlib_create_compressor(out_ctype, out_chunk_size, - NULL, &ctx->compressor); + 0, &ctx->compressor); if (ret) goto err;