mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-30 04:23:43 +08:00
mergerfs.cpp
This commit is contained in:
parent
cfa69245af
commit
21c97ac6d6
|
@ -309,10 +309,10 @@ main(int argc_,
|
|||
fuse_file_info_t ffi;
|
||||
Branches2 branches(data["branches"]);
|
||||
|
||||
(*state.create)(branches,
|
||||
"",
|
||||
O_RDWR,
|
||||
&ffi);
|
||||
state.create(branches,
|
||||
"",
|
||||
O_RDWR,
|
||||
&ffi);
|
||||
|
||||
std::cout << data["branches"] << '\n';
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user