| # | Line 403 | Line 403 | scan2init() /* prepare scanline arrays */ | |
|---|---|---|
| 403 | ||
| 404 | initmask(); /* initialize filter table */ | |
| 405 | } | |
| 406 | < | barsize = 2 * yrad; |
| 406 | > | barsize = 2*yrad + 1; |
| 407 | scanin = (COLOR **)malloc(barsize*sizeof(COLOR *)); | |
| 408 | for (i = 0; i < barsize; i++) { | |
| 409 | scanin[i] = (COLOR *)malloc(xres*sizeof(COLOR)); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |