mirror of
https://github.com/nothings/stb.git
synced 2026-07-13 18:20:28 +00:00
remove duplicated pr = 0
avoid warning:
Variable 'pr' is reassigned a value before the old one has been used
caused by:
fw = pr = fl = 0;
...
pr = 0;
This commit is contained in:
@@ -1259,7 +1259,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;
|
||||
|
||||
Reference in New Issue
Block a user