From eddb62072f4d4d2402d520e5041d9677fa6efdff Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 1 Aug 2019 21:48:12 +0200 Subject: Add flag to rdsquashfs to optionally set xattrs on unpacked files Signed-off-by: David Oberhollenzer --- unpack/rdsquashfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unpack/rdsquashfs.c') diff --git a/unpack/rdsquashfs.c b/unpack/rdsquashfs.c index 5eb10f2..2162cc4 100644 --- a/unpack/rdsquashfs.c +++ b/unpack/rdsquashfs.c @@ -112,7 +112,7 @@ int main(int argc, char **argv) if (fill_unpacked_files(&fs, data, opt.flags, opt.num_jobs)) goto out_fs; - if (update_tree_attribs(n, opt.flags)) + if (update_tree_attribs(&fs, n, opt.flags)) goto out_fs; if (opt.unpack_root != NULL && popd() != 0) -- cgit v1.2.3