--- ray/src/rt/x11.c 1997/11/11 20:03:02 2.27 +++ ray/src/rt/x11.c 1997/12/02 15:57:45 2.28 @@ -354,7 +354,7 @@ static x11_comout(outp) /* output a string to command line */ char *outp; { - if (comline == NULL) + if (comline == NULL || outp == NULL || !outp[0]) return; xt_puts(outp, comline); if (outp[strlen(outp)-1] == '\n')