2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

Update athena

This commit is contained in:
2019-09-04 19:37:52 -07:00
parent b261a93eab
commit b263f29da2
2 changed files with 2 additions and 2 deletions

2
hecl/extern/athena vendored

Submodule hecl/extern/athena updated: 132c7def65...f099ee0b1b

View File

@@ -64,7 +64,7 @@ void SanitizePath(std::string& path) {
path.pop_back();
}
constexpr std::wstring_view WIllegals{L"<>?\""};
constexpr std::wstring_view WIllegals{L"<>?\"", 4};
void SanitizePath(std::wstring& path) {
if (path.empty())