From 8b497a4131356092ea73209866730c60781240ee Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 12 Mar 2024 19:28:51 -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 9314ae39..3e358098 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -143,7 +143,7 @@ namespace l for(int c = 0; c < 2; c++) { - nonstd::optional basepath; + const char *basepath; basepath = cache.find(fusepath_); if(!basepath)