|
@@ -969,7 +969,7 @@ int StringBuf_Vprintf(StringBuf* self, const char* fmt, va_list ap)
|
|
n = vsnprintf(self->ptr_, size, fmt, ap);
|
|
n = vsnprintf(self->ptr_, size, fmt, ap);
|
|
/* If that worked, return the length. */
|
|
/* If that worked, return the length. */
|