mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-04 12:35:52 +00:00
Update athena
This commit is contained in:
parent
b261a93eab
commit
b263f29da2
2
hecl/extern/athena
vendored
2
hecl/extern/athena
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 132c7def65a78f5915e199de805abb672c291d98
|
Subproject commit f099ee0b1b7a7e16390cc5472da1500360fc0ca1
|
@ -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())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user