mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-03 05:26:30 +00:00
47b9a043b2
Throwing exception on NULL is a bit extreme, and unhelpful when it happens in rarely-tested error paths. Printing "(null)" is safer and provides compatibility with glibc sprintf. This was SVN commit r16180.