mirror of https://github.com/AxioDL/metaforce.git
Update athena
This commit is contained in:
parent
b261a93eab
commit
b263f29da2
|
@ -1 +1 @@
|
|||
Subproject commit 132c7def65a78f5915e199de805abb672c291d98
|
||||
Subproject commit f099ee0b1b7a7e16390cc5472da1500360fc0ca1
|
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue