| # | Line 326 | Line 326 | rcontrib() | |
|---|---|---|
| 326 | lastray = lastdone = 0; | |
| 327 | ++lastray; | |
| 328 | if (d == 0.0) { /* zero ==> flush */ | |
| 329 | < | if ((yres <= 0) | (xres <= 0)) |
| 329 | > | if ((yres <= 0) | (xres <= 1)) |
| 330 | waitflush = 1; /* flush after */ | |
| 331 | if (nchild == -1) | |
| 332 | account = 1; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |