This commit is contained in:
Sean Barrett 2018-01-29 03:51:23 -08:00
commit da4a7a1d6f

View File

@ -1261,7 +1261,7 @@ STBSP__PUBLICDEF int STB_SPRINTF_DECORATE(vsprintfcb)(STBSP_SPRINTFCB *callback,
s = num + STBSP__NUMSZ - 1;
*s = f[0];
l = 1;
fw = pr = fl = 0;
fw = fl = 0;
lead[0] = 0;
tail[0] = 0;
pr = 0;