X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=examples%2Fcompressfile.c;h=6887e0e4cae389c676bb023a1a46eab269ac6327;hp=8ee2a8ae4dd2ed40b835da64c93a363787c7c58a;hb=d31b2fee211b1c31420bafe1c2379f6f89bd92fe;hpb=629719b7d5cad7fc6f2eca7ca11cb99100ed8764;ds=sidebyside diff --git a/examples/compressfile.c b/examples/compressfile.c index 8ee2a8ae..6887e0e4 100644 --- a/examples/compressfile.c +++ b/examples/compressfile.c @@ -146,7 +146,7 @@ int main(int argc, char **argv) /* Create a compressor for the compression type and chunk size with the * default parameters. */ - ret = wimlib_create_compressor(ctype, chunk_size, NULL, &compressor); + ret = wimlib_create_compressor(ctype, chunk_size, 0, &compressor); if (ret != 0) error(1, 0, "Failed to create compressor: %s", wimlib_get_error_string(ret));