From daf957ede00c81fb9baf7e586f48818f275f72e9 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 5 Jan 2026 14:26:18 -0600 Subject: [PATCH] fs_xattr.cpp --- src/fs_xattr.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fs_xattr.cpp b/src/fs_xattr.cpp index 8dc5b528..be583686 100644 --- a/src/fs_xattr.cpp +++ b/src/fs_xattr.cpp @@ -180,7 +180,6 @@ fs::xattr::get(const string &path_, { ssize_t rv; - rv = -ERANGE; val_->resize(64); while(true)