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
f37b0f0984
commit
0e581ee595
@ -9,7 +9,7 @@ inline
|
||||
std::error_code
|
||||
_ecerrno(void)
|
||||
{
|
||||
return std::make_error_code(errno,std::generic_category());
|
||||
return std::error_code(errno,std::generic_category());
|
||||
}
|
||||
|
||||
fs::ecpath
|
||||
|
Loading…
x
Reference in New Issue
Block a user