mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:47:42 +00:00
Remaining object tracker platforms
This commit is contained in:
@@ -108,6 +108,8 @@ void SanitizePath(std::string& path)
|
||||
}
|
||||
return a;
|
||||
});
|
||||
while (path.back() == '/')
|
||||
path.pop_back();
|
||||
}
|
||||
|
||||
static const std::wstring WIllegals {L"<>?\"|"};
|
||||
@@ -140,6 +142,8 @@ void SanitizePath(std::wstring& path)
|
||||
}
|
||||
return a;
|
||||
});
|
||||
while (path.back() == L'/')
|
||||
path.pop_back();
|
||||
}
|
||||
|
||||
static std::mutex PathsMutex;
|
||||
|
||||
Reference in New Issue
Block a user