SDL/src/stdlib
Ozkan Sezer 49803c8660 SDL_vsnprintf: fix numerics if both zero-padding and a field are given.
it used to place zeroes between the sign and the number. (space-padding
from within SDL_PrintString() seems OK:  spaces are added before sign.)

also fixed the maxlen handling if the number has a sign.
2018-09-29 00:51:24 +03:00
..
SDL_getenv.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_iconv.c Fixed whitespace 2018-09-24 11:49:25 -07:00
SDL_malloc.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_qsort.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_stdlib.c SDL_expf: return SDL_exp() instead of SDL_uclibc_exp() for consistency. 2018-08-05 10:01:01 +03:00
SDL_string.c SDL_vsnprintf: fix numerics if both zero-padding and a field are given. 2018-09-29 00:51:24 +03:00