mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-26 20:46:01 +00:00
ca5b760310
the wide printf functions default %s to be a wide string. GCC defaults it to a narrow string. Everything I could find uses %ls or %hs as appropriate now. This was SVN commit r715.