mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-22 17:18:40 +08:00
fuse_open.cpp
This commit is contained in:
parent
e0819dafd3
commit
efb476f536
@ -233,7 +233,7 @@ namespace l
|
||||
fi = reinterpret_cast<FileInfo*>(ffi_->fh);
|
||||
|
||||
foo.visit(fi->fusepath,
|
||||
[&](const int &backing_id_)
|
||||
[&](const auto &backing_id_)
|
||||
{
|
||||
backing_id = backing_id_;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user