mirror of
https://github.com/simh/simh.git
synced 2026-02-09 17:52:36 +00:00
BESM6: Cleanup for build on OS X,
This commit is contained in:
committed by
Leo Broukhis
parent
5fd8b63cf4
commit
0f1e233366
@@ -443,7 +443,7 @@ void vt_putc (int num, int c)
|
||||
/*
|
||||
* Sending a string to a terminal with the given number.
|
||||
*/
|
||||
void vt_puts (int num, const unsigned char *s)
|
||||
void vt_puts (int num, const char *s)
|
||||
{
|
||||
TMLN *t = &tty_line [num];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user