From 2d4c73e1fbe88829b302397172210310702f9440 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 13 Feb 2024 19:57:48 -0600 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 0a2ebb34..6db0f852 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -103,7 +103,7 @@ namespace l FollowSymlinks followsymlinks_) { int rv; - string fullpath; + std::string fullpath; StrVec basepaths; thread_local static std::unordered_map cache;