From 8a53e3c9f8b2aeeeaf4fe0cc7ba2d2844a79de7a Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 2 Jan 2026 13:40:32 -0600 Subject: [PATCH] fs_xattr.cpp --- src/fs_xattr.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/fs_xattr.cpp b/src/fs_xattr.cpp index b31e4918..789e5de4 100644 --- a/src/fs_xattr.cpp +++ b/src/fs_xattr.cpp @@ -284,10 +284,10 @@ fs::xattr::set(const int fd_, } int -fs::xattr::set(const string &path_, - const string &key_, - const string &val_, - const int flags_) +fs::xattr::set(const fs::path &path_, + const string &key_, + const string &val_, + const int flags_) { return fs::lsetxattr(path_, key_,