mirror of https://github.com/AxioDL/metaforce.git
0d2b2f45a8
The strcasecmp and _stricmp functions expect the passed in strings to be null-terminated, however we we're also exposing a std::string_view overload for that function. std::string_view instances aren't required to be null-terminated, so this makes the interface a little unsafe. We can use std::lexicographical_compare() to provide the same behavior and also properly handle the case of non-null-terminated strings. |
||
---|---|---|
.. | ||
CAudioGroupSet.cpp | ||
CAudioGroupSet.hpp | ||
CAudioSys.cpp | ||
CAudioSys.hpp | ||
CMakeLists.txt | ||
CMidiManager.cpp | ||
CMidiManager.hpp | ||
CSfxManager.cpp | ||
CSfxManager.hpp | ||
CStaticAudioPlayer.cpp | ||
CStaticAudioPlayer.hpp | ||
CStreamAudioManager.cpp | ||
CStreamAudioManager.hpp | ||
g721.c | ||
g721.h |