mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
- GCC warned of a case when the size specified in a snprintf call was larger than the size of a target buffer. To fix, when possible use sizeof() to match buffer size.