Commit 49803c8660d54ee795d5c4cfbd2a38f405f9bd71

Ozkan Sezer 2018-09-29T00:51:24

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.