sdl2_frt/src/stdlib
Ryan C. Gordon c93bca489d stdlib: Fixed crash on SDL_snprintf("%s", NULL).
Like other C runtimes, it should probably produce the string "(null)".

This bug probably only affected Windows, as most platforms use their standard
C runtime's snprintf().
2017-02-14 02:49:08 -05:00
..
SDL_getenv.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_iconv.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_malloc.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_qsort.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_stdlib.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_string.c stdlib: Fixed crash on SDL_snprintf("%s", NULL). 2017-02-14 02:49:08 -05:00