| # | Line 430 | Line 430 | parental_loop() | |
|---|---|---|
| 430 | flockfile(stdin); /* avoid lock/unlock overhead */ | |
| 431 | #endif | |
| 432 | while (getvec(orgdir[2*ninq]) == 0 && getvec(orgdir[2*ninq+1]) == 0) { | |
| 433 | < | d = normalize(orgdir[1]); |
| 433 | > | d = normalize(orgdir[2*ninq+1]); |
| 434 | if (d == 0.0) { /* asking for flush? */ | |
| 435 | if (accumulate != 1) { | |
| 436 | if (!ignore_warning_given++) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |