mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24: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);
|
con_out->OutputString(con_out, buffer);
|
||||||
|
|
||||||
va_end(args);
|
va_end(args);
|
||||||
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user