Browse Source

func_create_ff.cpp

toml4
Antonio SJ Musumeci 1 year ago
parent
commit
7de2da705a
  1. 2
      src/func_create_ff.cpp

2
src/func_create_ff.cpp

@ -31,7 +31,7 @@ namespace l
fuse_file_info_t *ffi_) fuse_file_info_t *ffi_)
{ {
int rv; int rv;
mode_t mode;
mode_t mode;
FileInfo *fi; FileInfo *fi;
fs::info_t info; fs::info_t info;
ghc::filesystem::path fullpath; ghc::filesystem::path fullpath;

Loading…
Cancel
Save