Author :
Ozkan Sezer
Date :
2018-09-29 00:51:24
Hash :49803c86 Message :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.