提交 de206ea9 编写于 作者: C Chinmay Garde 提交者: Michael Goderbauer

Update GetDirectoryName namespace to the one in FML on Linux. (#5879)

上级 dbd2f57e
......@@ -18,7 +18,7 @@ std::pair<bool, std::string> GetExecutableDirectoryPath() {
if (read_size == -1) {
return {false, ""};
}
return {true, files::GetDirectoryName(
return {true, fml::paths::GetDirectoryName(
std::string{path, static_cast<size_t>(read_size)})};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册