| # | Line 261 | Line 261 | char *p; /* data for f */ | |
|---|---|---|
| 261 | l = m; | |
| 262 | } | |
| 263 | } | |
| 264 | + | if (ncnts == 0) |
| 265 | + | return; /* no contributions! */ |
| 266 | /* accumulate tail */ | |
| 267 | for (sn = ncnts-1; sn > 0; sn--) | |
| 268 | cntord[sn-1].brt += cntord[sn].brt; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |