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_)
{
int rv;
mode_t mode;
mode_t mode;
FileInfo *fi;
fs::info_t info;
ghc::filesystem::path fullpath;