Restore console, server/client stuff.
This commit is contained in:
@@ -72,7 +72,7 @@ int32_t stringFormat(
|
||||
int32_t stringFormatVA(
|
||||
char_t *dest,
|
||||
const size_t destSize,
|
||||
char_t *format,
|
||||
const char_t *format,
|
||||
va_list args
|
||||
) {
|
||||
assertNotNull(dest, "dest must not be NULL");
|
||||
|
Reference in New Issue
Block a user