mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 19:04:56 +00:00
Update athena
This commit is contained in:
2
hecl/extern/athena
vendored
2
hecl/extern/athena
vendored
Submodule hecl/extern/athena updated: 132c7def65...f099ee0b1b
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user