From 70948e1aaa53103389e654a05e6ddbfa6c284436 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 2 Jan 2026 13:42:53 -0600 Subject: [PATCH] fs_xattr.hpp --- src/fs_xattr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs_xattr.hpp b/src/fs_xattr.hpp index 16b62b51..f1412d19 100644 --- a/src/fs_xattr.hpp +++ b/src/fs_xattr.hpp @@ -65,7 +65,7 @@ namespace fs const int flags); int set(const int fd, const map &attrs); - int set(const string &path, + int set(const fs::path &path, const string &key, const string &value, const int flags);