| # | Line 27 | Line 27 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 27 | #endif | |
| 28 | ||
| 29 | #ifndef WFLUSH | |
| 30 | < | #define WFLUSH 50 /* flush after this many rays */ |
| 30 | > | #define WFLUSH 30 /* flush after this many rays */ |
| 31 | #endif | |
| 32 | ||
| 33 | extern char *getpath(), *getenv(); | |
| # | Line 55 | Line 55 | char *argv[]; | |
| 55 | char *devname; | |
| 56 | int p1[2], p2[2]; | |
| 57 | ||
| 58 | < | if ((devname = getpath(argv[0], DEVPATH)) == NULL) { |
| 58 | > | if ((devname = getpath(argv[0], DEVPATH, 1)) == NULL) { |
| 59 | stderr_v(argv[0]); | |
| 60 | stderr_v(": not found\n"); | |
| 61 | return(NULL); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |