--- ray/src/rt/x11.c 1990/03/01 08:22:44 1.8 +++ ray/src/rt/x11.c 1990/03/02 10:08:01 1.9 @@ -258,8 +258,9 @@ static x11_errout(msg) /* output an error message */ char *msg; { - x11_comout(msg); stderr_v(msg); /* send to stderr also! */ + x11_comout(msg); + x11_flush(); }