update
This commit is contained in:
2
vendor/stb_sprintf.h
vendored
2
vendor/stb_sprintf.h
vendored
@@ -603,6 +603,7 @@ STBSP__PUBLICDEF int STB_SPRINTF_DECORATE(vsprintfcb)(STBSP_SPRINTFCB *callback,
|
||||
goto scopy;
|
||||
|
||||
case 'S':
|
||||
{
|
||||
// string struct
|
||||
string str = va_arg(va, string);
|
||||
s = (char *)str.str;
|
||||
@@ -614,6 +615,7 @@ STBSP__PUBLICDEF int STB_SPRINTF_DECORATE(vsprintfcb)(STBSP_SPRINTFCB *callback,
|
||||
dp = 0;
|
||||
cs = 0;
|
||||
goto scopy;
|
||||
} break;
|
||||
|
||||
case 'c': // char
|
||||
// get the character
|
||||
|
||||
Reference in New Issue
Block a user