Return-To-The-Roots / s25client

Return To The Roots (Settlers II(R) Clone)
http://www.rttr.info
GNU General Public License v2.0
476 stars 75 forks source link

Remove use of sprintf #1547

Closed Flamefire closed 1 year ago

Flamefire commented 1 year ago

Use better alternatives like format or snprintf to avoid warnings about using this deprecated, unsafe function.

Mainly affects the submodules so updated them all.

Closes #1546

Flamefire commented 1 year ago

@Flow86 Jenkins gives a 500-error for me. No idea why it failed.