Flush the same port we write to.
This commit is contained in:
parent
aa46d1bc10
commit
c3aa266bee
|
@ -263,7 +263,7 @@ void
|
|||
scheme_debug_print (Scheme_Object *obj)
|
||||
{
|
||||
scheme_write(obj, scheme_orig_stdout_port);
|
||||
fflush (stdout);
|
||||
scheme_flush_output(scheme_orig_stdout_port);
|
||||
}
|
||||
|
||||
static void *print_to_port_k(void)
|
||||
|
|
Loading…
Reference in New Issue
Block a user