RandyGaul / cute_framework

The *cutest* framework out there for creating 2D games in C++!
https://randygaul.github.io/cute_framework/#/
Other
534 stars 31 forks source link

Use snprintf #216

Closed pusewicz closed 1 month ago

pusewicz commented 1 month ago

Fixes warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]

RandyGaul commented 1 month ago

Missing some parantheses?

pusewicz commented 1 month ago

@RandyGaul All green!

pusewicz commented 1 month ago

@RandyGaul anything else you'd like to change?