Browse Source

fs_find_mount_point.cpp

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

2
src/fs_find_mount_point.cpp

@ -18,7 +18,7 @@ fs::find_mount_point(const ghc::filesystem::path &path_)
if(rv == -1)
return {};
tmp_path = path_;
tmp_path = can_path;
while(tmp_path != "/")
{
rv = fs::lstat(tmp_path.parent_path(),&tmp_st);

Loading…
Cancel
Save