| # | Line 27 | Line 27 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 27 | #endif | |
| 28 | ||
| 29 | #ifndef WFLUSH | |
| 30 | < | #define WFLUSH 30 /* flush after this many rays */ |
| 30 | > | #define WFLUSH 50 /* flush after this many rays */ |
| 31 | #endif | |
| 32 | ||
| 33 | extern char *getpath(), *getenv(); | |
| # | Line 169 | Line 169 | char *str; | |
| 169 | { | |
| 170 | putc(COM_COMOUT, devout); | |
| 171 | myputs(str, devout); | |
| 172 | + | fflush(devout); |
| 173 | } | |
| 174 | ||
| 175 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |