fs_find_mount_point.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-16 00:24:41 -05:00
parent 28f7658455
commit 0d64afdaea

View File

@ -24,5 +24,5 @@ fs::find_mount_point(const ghc::filesystem::path &path_)
tmp_path = tmp_path.parent_path();
}
return 0;
return {};
}