Browse Source

fs_find_mount_point.cpp

inodecalc
Antonio SJ Musumeci 3 weeks ago
parent
commit
097021819f
  1. 1
      src/fs_find_mount_point.cpp

1
src/fs_find_mount_point.cpp

@ -14,6 +14,7 @@ fs::find_mount_point(const ghc::filesystem::path &path_)
if(rv == -1) if(rv == -1)
return -1; return -1;
tmp_path = path_.parent_path();
while(path while(path
return 0; return 0;

Loading…
Cancel
Save