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
00f67d95cd
commit
c27bd666f7
@ -5,9 +5,9 @@
|
||||
static
|
||||
inline
|
||||
std::error_code
|
||||
_ecerrno(const int errno_ = errno)
|
||||
_ecerrno(void)
|
||||
{
|
||||
return std::make_error_code(errno_,std::generic_category());
|
||||
return std::make_error_code(errno,std::generic_category());
|
||||
}
|
||||
|
||||
fs::ecpath
|
||||
|
Loading…
x
Reference in New Issue
Block a user