From 303b6121dc6caf2e222082d2b36d72dcb15013f8 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 12 Mar 2024 19:29:12 -0500 Subject: [PATCH] fuse_getattr.cpp --- src/fuse_getattr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 3e358098..9a98f19f 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -153,7 +153,7 @@ namespace l return -errno; cache.insert(fusepath_,basepaths[0]); - basepath = basepaths[0]; + basepath = basepaths[0].c_str(); } fullpath = fs::path::make(basepath.value(),fusepath_);