From 5813559c816a1c468093c217f1e82f72c6d93264 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Feb 2024 22:16:41 -0600 Subject: [PATCH] func_create_ff.cpp --- src/func_create_ff.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/func_create_ff.cpp b/src/func_create_ff.cpp index 5033bb44..da9965d0 100644 --- a/src/func_create_ff.cpp +++ b/src/func_create_ff.cpp @@ -33,6 +33,7 @@ namespace l int rv; FileInfo *fi; fs::info_t info; + ghc::filesystem::path fullpath; for(auto &tier : branches_) { @@ -48,8 +49,6 @@ namespace l if(info.spaceavail < branch.min_free_space) continue; - ghc::filesystem::path fullpath; - fullpath = branch.path / fusepath_; if(!fs::acl::dir_has_defaults(fullpath))