Browse Source

fs_find_mount_point.cpp

inodecalc
Antonio SJ Musumeci 3 weeks ago
parent
commit
0e581ee595
  1. 2
      src/fs_find_mount_point.cpp

2
src/fs_find_mount_point.cpp

@ -9,7 +9,7 @@ inline
std::error_code std::error_code
_ecerrno(void) _ecerrno(void)
{ {
return std::make_error_code(errno,std::generic_category());
return std::error_code(errno,std::generic_category());
} }
fs::ecpath fs::ecpath

Loading…
Cancel
Save