mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 04:44:11 +00:00
9662666403
- sprintf, snprintf -> sprintf_s (ensures 0-termination of result) - use %s instead of %hs with sprintf_s to avoid GCC warnings - convert h_mgr's to_string to unicode This was SVN commit r7170.