nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
25.77k stars 7.66k forks source link

Fix warning on use of sprintf #1638

Closed rasky closed 2 months ago

rasky commented 2 months ago

Using snprintf avoid compilation warnings/errors on modern UNIX systems. Specifically, this triggered on macOS 14.4.1.

rasky commented 2 months ago

Duplicate of #1619