dxx-rebirth/similar
Kp 8b62870245 Fix clang build of udp_tracker_reqgames
gcc permits strlen("") in a constexpr context, but clang prohibits it.
Kreator reports that this broke the OS X build.  Use sizeof(), which
produces approximately the same result and works in both compilers.

Reported-by: kreatordxx <https://github.com/dxx-rebirth/dxx-rebirth/issues/251>
Fixes: 63ca86698e ("Added communication for tracker written by A Future Pilot")
2016-10-26 01:58:05 +00:00
..
2d Preserve type information on font-scaled floats 2016-10-15 00:53:15 +00:00
3d Rename WORDS_NEED_ALIGNMENT to DXX_WORDS_NEED_ALIGNMENT 2016-10-09 17:35:03 +00:00
arch Page in textures before caching them 2016-10-23 20:33:14 +00:00
editor Pass grs_canvas &to window_create 2016-10-15 00:53:20 +00:00
main Fix clang build of udp_tracker_reqgames 2016-10-26 01:58:05 +00:00
misc Restructure PHYSFSX read helpers into template function 2016-10-17 03:49:31 +00:00