mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-24 13:31:04 +00:00
use putchar() instead of console_put()
This commit is contained in:
parent
09f058298b
commit
9b8aab8020
@ -77,7 +77,7 @@ static void flush_window(void)
|
||||
output_ptr += (ulg)outcnt;
|
||||
outcnt = 0;
|
||||
|
||||
console_put('.');
|
||||
putchar('.');
|
||||
}
|
||||
|
||||
unsigned long uncompress(char* buf, char* image)
|
||||
|
Loading…
x
Reference in New Issue
Block a user