Browse Source

func_create_ff.cpp

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

2
src/func_create_ff.cpp

@ -60,7 +60,7 @@ namespace l
if((rv == -1) && (errno == ENOENT))
{
branches_.clonepath(branch.path,fusepath_);
rv = fs::open(fullpath,ffi_->flags,mode_);
rv = fs::open(fullpath,ffi_->flags,mode);
}
if((rv == -1) && (errno == EROFS))
{

Loading…
Cancel
Save