Data interchange, editor suite, and runtime re-implementations for games by Retro Studios
Go to file
Lioncash e0b5a4e2f7 hecl/hecl: Cast to unsigned char before calling std::isspace
std::string_view instances can contain character values that lie outside
the range of an unsigned char (negative values). If such a value is
passed into std::isspace, then the behavior of the function is
undefined. To avoid this, we add these casts.
2019-08-15 01:21:10 -04:00
hecl hecl/hecl: Cast to unsigned char before calling std::isspace 2019-08-15 01:21:10 -04:00