core build system and array, it compiles!
This commit is contained in:
@@ -593,7 +593,7 @@ STBSP__PUBLICDEF int STB_SPRINTF_DECORATE(vsprintfcb)(STBSP_SPRINTFCB *callback,
|
||||
str = va_arg(va, String);
|
||||
if (str.str == 0 && str.len != 0)
|
||||
str = string_null;
|
||||
pr = str.len;
|
||||
pr = (int)str.len;
|
||||
s = (char *)str.str;
|
||||
l = stbsp__strlen_limited(s, (pr >= 0) ? pr : ~0u);
|
||||
lead[0] = 0;
|
||||
|
||||
Reference in New Issue
Block a user