fuse_getattr.cpp

This commit is contained in:
Antonio SJ Musumeci
2024-02-21 23:39:58 -06:00
parent fcee145238
commit 170630f272
+1 -1
View File
@@ -143,7 +143,7 @@ namespace l
for(int c = 0; c < 2; c++)
{
std::string *basepath = cache.find(fusepath_);
std::stringc const *basepath = cache.find(fusepath_);
if(i == NULL)
{
rv = searchFunc_(branches_,fusepath_,&basepaths);