Browse Source

fs_find_mount_point.cpp

inodecalc
Antonio SJ Musumeci 4 weeks ago
parent
commit
7ed79cc8ac
  1. 1
      src/fs_find_mount_point.cpp

1
src/fs_find_mount_point.cpp

@ -8,6 +8,7 @@ fs::find_mount_point(const ghc::filesystem::path &path_)
int rv;
struct stat initial_st;
struct stat tmp_st;
ghc::filesystem::path tmp_path;
rv = fs::lstat(path_,&initial_st);
if(rv == -1)

Loading…
Cancel
Save