| # | Line 677 | Line 677 | recover_output() | |
|---|---|---|
| 677 | if (getvec(vdummy) < 0 || getvec(vdummy) < 0) | |
| 678 | error(USER, "unexpected EOF on input"); | |
| 679 | } | |
| 680 | < | lastray = lastdone = lastout * accumulate; |
| 680 | > | lastray = lastdone = (RNUMBER)lastout * accumulate; |
| 681 | if (raysleft) | |
| 682 | raysleft -= lastray; | |
| 683 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |