| # | Line 94 | Line 94 | register struct beamcomp *cb1, *cb2; | |
|---|---|---|
| 94 | ||
| 95 | if (!cb1->wants) /* put orphans at the end, unsorted */ | |
| 96 | return(cb2->wants); | |
| 97 | + | if (!cb2->wants) |
| 98 | + | return(-1); |
| 99 | if ((c = cb1->bi - cb2->bi)) /* sort on beam index first */ | |
| 100 | return(c); | |
| 101 | return(cb1->hd - cb2->hd); /* use hd to resolve matches */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |