func_create_ff.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-05 11:53:51 -06:00
parent e090ea15ca
commit d5ecf78fc6

View File

@ -34,7 +34,7 @@ namespace l
mode_t mode; mode_t mode;
FileInfo *fi; FileInfo *fi;
fs::info_t info; fs::info_t info;
ghc::filesystem::path fullpath; fs::Path fullpath;
mode = mode_; mode = mode_;
for(auto &tier : branches_) for(auto &tier : branches_)