2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-04 12:35:52 +00:00

Update athena

This commit is contained in:
Phillip Stephens 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

@ -1 +1 @@
Subproject commit 132c7def65a78f5915e199de805abb672c291d98 Subproject commit f099ee0b1b7a7e16390cc5472da1500360fc0ca1

View File

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