From fe07e69cede01b2ade1ad27a112c65839daebe1b Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 22:12:32 -0600 Subject: [PATCH] func_create_ff.cpp --- src/func_create_ff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/func_create_ff.cpp b/src/func_create_ff.cpp index 52f9075b..b5dd39df 100644 --- a/src/func_create_ff.cpp +++ b/src/func_create_ff.cpp @@ -58,7 +58,7 @@ namespace l rv = fs::open(fullpath,ffi_->flags,mode_); if((rv == -1) && (errno == ENOENT)) { - branches_->clonepath(branch.path,fusepath_); + branches_.clonepath(branch.path,fusepath_); rv = fs::open(fullpath,ffi_->flags,mode_); } if((rv == -1) && (errno == EROFS))