use putchar() instead of console_put()

This commit is contained in:
Laurent Vivier 2005-05-23 17:08:17 +00:00
parent 09f058298b
commit 9b8aab8020

View File

@ -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)