Browse Source

fs_find_mount_point.cpp

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

2
src/fs_find_mount_point.cpp

@ -12,5 +12,7 @@ fs::find_mount_point(const ghc::filesystem::path &path_)
if(rv == -1)
return -1;
return 0;
}
Loading…
Cancel
Save