Browse Source

fs_find_mount_point.cpp

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

2
src/fs_find_mount_point.cpp

@ -2,7 +2,7 @@
#include "fs_lstat.hpp" #include "fs_lstat.hpp"
ghc::filesystem::path
fs::ecpath
fs::find_mount_point(const ghc::filesystem::path &path_) fs::find_mount_point(const ghc::filesystem::path &path_)
{ {
int rv; int rv;

Loading…
Cancel
Save