mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-26 07:35:44 +00:00
std::string_view instances aren't guaranteed to be null-terminated, so we shouldn't be treating them as if they are in these functions, and should instead use a bounded comparison based off their sizes. This way we prevent an edge-case from ever becoming a problem and also remove an ifdef, making the code uniform across all implementations.
Description
Data interchange, editor suite, and runtime re-implementations for games by Retro Studios
Languages
C++
94.2%
C
4.5%
CMake
1.2%