From 49c2c4a8c8a8eb32a7d5fdbf4b1eba24bb23efe7 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 10 Sep 2019 11:24:51 +0200 Subject: API cleanup: eliminate boolean arguments Replace them with flag fields which can be extended in the future without breaking the ABI. Signed-off-by: David Oberhollenzer --- lib/sqfshelper/write_xattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqfshelper/write_xattr.c') diff --git a/lib/sqfshelper/write_xattr.c b/lib/sqfshelper/write_xattr.c index 8103e29..8faa9ff 100644 --- a/lib/sqfshelper/write_xattr.c +++ b/lib/sqfshelper/write_xattr.c @@ -185,7 +185,7 @@ int write_xattr(sqfs_file_t *file, fstree_t *fs, sqfs_super_t *super, if (ool_locations == NULL) return -1; - mw = sqfs_meta_writer_create(file, cmp, false); + mw = sqfs_meta_writer_create(file, cmp, 0); if (mw == NULL) goto fail_ool; -- cgit v1.2.3