Browse Source

fs_find_mount_point.cpp

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

2
src/fs_find_mount_point.cpp

@ -35,5 +35,5 @@ fs::find_mount_point(const ghc::filesystem::path &path_)
tmp_path = tmp_path.parent_path(); tmp_path = tmp_path.parent_path();
} }
return {};
return "/";
} }
Loading…
Cancel
Save