| # | Line 354 | Line 354 | static | |
|---|---|---|
| 354 | x11_comout(outp) /* output a string to command line */ | |
| 355 | char *outp; | |
| 356 | { | |
| 357 | < | if (comline == NULL) |
| 357 | > | if (comline == NULL || outp == NULL || !outp[0]) |
| 358 | return; | |
| 359 | xt_puts(outp, comline); | |
| 360 | if (outp[strlen(outp)-1] == '\n') | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |