forked from Mirror/GodMode9
- 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.
- 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.