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;
FileInfo *fi;
fs::info_t info;
ghc::filesystem::path fullpath;
fs::Path fullpath;
mode = mode_;
for(auto &tier : branches_)

Loading…
Cancel
Save