fs_find_mount_point.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-16 09:15:18 -05:00
parent 8032968bb4
commit 5fcf7e1cdb

View File

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