Added localization, datetime and power management
This commit is contained in:
parent
dd4fda27bb
commit
a3bc0fc76c
13 changed files with 34046 additions and 14 deletions
|
@ -33,7 +33,7 @@ void terminal_print(struct ui_context *ctx, char *fmt, ...)
|
|||
char *s = (char *)&buf;
|
||||
|
||||
va_start(args, fmt);
|
||||
snprintf((char *)&buf, sizeof(buf), fmt, args);
|
||||
vsnprintf((char *)&buf, sizeof(buf), fmt, args);
|
||||
va_end(args);
|
||||
|
||||
while (*s) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue