mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-24 22:14:05 +08:00
fs_find_mount_point.cpp
This commit is contained in:
parent
a7a0017aa8
commit
d822582081
@ -22,7 +22,7 @@ fs::find_mount_point(const ghc::filesystem::path &path_)
|
||||
if(rv == -1)
|
||||
{
|
||||
ec.assign(errno,std::generic_category());
|
||||
return nonstd::make_unexpected(ec);
|
||||
return nonstd::make_unexpected({errno,std::generic_category()});
|
||||
}
|
||||
|
||||
tmp_path = can_path;
|
||||
|
Loading…
x
Reference in New Issue
Block a user