mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
Fix con_printf not returing anything.
This commit is contained in:
@@ -217,6 +217,7 @@ con_printf(const CHAR16 *fmt, ...)
|
||||
con_out->OutputString(con_out, buffer);
|
||||
|
||||
va_end(args);
|
||||
return count;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user