| # | Line 444 | Line 444 | parental_loop() | |
|---|---|---|
| 444 | } | |
| 445 | put_zero_record(++lastray); | |
| 446 | } | |
| 447 | < | if (raysleft && !--raysleft) |
| 447 | > | if (!morays()) |
| 448 | break; /* preemptive EOI */ | |
| 449 | } | |
| 450 | while (next_child_nq(1) >= 0) /* empty results queue */ | |
| # | Line 529 | Line 529 | feeder_loop() | |
| 529 | lastdone = lastray = 0; | |
| 530 | ninq = 0; | |
| 531 | } | |
| 532 | < | if (raysleft && !--raysleft) |
| 532 | > | if (!morays()) |
| 533 | break; /* preemptive EOI */ | |
| 534 | } | |
| 535 | if (ninq) { /* polish off input */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |