From c9d3c2e1628e5b28a553ae098b3b9f3019c45a63 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 21 May 2019 12:16:37 +0200 Subject: Add command line flag for compressor options, pass them to compressors Signed-off-by: David Oberhollenzer --- unpack/rdsquashfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unpack') diff --git a/unpack/rdsquashfs.c b/unpack/rdsquashfs.c index 8ee3dbd..11f0a32 100644 --- a/unpack/rdsquashfs.c +++ b/unpack/rdsquashfs.c @@ -267,7 +267,7 @@ int main(int argc, char **argv) } info.cmp = compressor_create(super.compression_id, false, - super.block_size); + super.block_size, NULL); if (info.cmp == NULL) goto out_fd; -- cgit v1.2.3