mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-12-17 14:32:54 +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.