Browse Source

func_create_ff.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
d5ecf78fc6
  1. 2
      src/func_create_ff.cpp

2
src/func_create_ff.cpp

@ -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_)

Loading…
Cancel
Save