aboutsummaryrefslogtreecommitdiff
path: root/lib/sqfshelper/write_xattr.c
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-05 17:00:57 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-05 17:00:57 +0200
commitd5f89c52d219332c48a46aa297bb4896e8c159aa (patch)
tree23ff58002556e9880373b4285029d38cc0c1ccae /lib/sqfshelper/write_xattr.c
parent6391ed9a18caf89ade24c05083569c66d8daa33b (diff)
Cleanup: unify sqfs/SQFS name prefix for xattr reader
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/sqfshelper/write_xattr.c')
-rw-r--r--lib/sqfshelper/write_xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqfshelper/write_xattr.c b/lib/sqfshelper/write_xattr.c
index ddedc55..a84822f 100644
--- a/lib/sqfshelper/write_xattr.c
+++ b/lib/sqfshelper/write_xattr.c
@@ -33,7 +33,7 @@ static int write_key(meta_writer_t *mw, const char *key, tree_xattr_t *xattr,
++key;
if (value_is_ool)
- type |= SQUASHFS_XATTR_FLAG_OOL;
+ type |= SQFS_XATTR_FLAG_OOL;
kent.type = htole16(type);
kent.size = htole16(strlen(key));