mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-21 20:25:15 +08:00
func_create_ff.cpp
This commit is contained in:
parent
0774593370
commit
6ea01ce6cb
|
@ -66,7 +66,7 @@ namespace l
|
|||
continue;
|
||||
}
|
||||
|
||||
fi = new FileInfo(rv,fusepath_.string(),ffi_->direct_io);
|
||||
fi = new FileInfo(rv,fusepath_.string().c_str(),ffi_->direct_io);
|
||||
|
||||
ffi_->fh = reinterpret_cast<uint64_t>(fi);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user