X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=examples%2Fcompressfile.c;fp=examples%2Fcompressfile.c;h=6887e0e4cae389c676bb023a1a46eab269ac6327;hb=4dd45340f9fe3a533e0f1a9d6b79f8118e45ca2a;hp=8ee2a8ae4dd2ed40b835da64c93a363787c7c58a;hpb=f957cacefa8b7b14544d27ba8519dae94e96c9f7;p=wimlib 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));