aboutsummaryrefslogtreecommitdiff
path: root/bin/gensquashfs/src/dirscan_xattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gensquashfs/src/dirscan_xattr.c')
-rw-r--r--bin/gensquashfs/src/dirscan_xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gensquashfs/src/dirscan_xattr.c b/bin/gensquashfs/src/dirscan_xattr.c
index e39a868..1bc829f 100644
--- a/bin/gensquashfs/src/dirscan_xattr.c
+++ b/bin/gensquashfs/src/dirscan_xattr.c
@@ -95,7 +95,7 @@ static int xattr_from_path(sqfs_xattr_writer_t *xwr, const char *path)
goto fail;
}
- ret = sqfs_xattr_writer_add(xwr, key, value, vallen);
+ ret = sqfs_xattr_writer_add_kv(xwr, key, value, vallen);
if (ret) {
sqfs_perror(path,
"storing xattr key-value pairs",