func_create_ff.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-04 22:44:15 -06:00
parent 2af12836db
commit 7de2da705a

View File

@ -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;