| # | Line 173 | Line 173 | compos() /* composite pictures */ | |
|---|---|---|
| 173 | int y; | |
| 174 | register int x, i; | |
| 175 | ||
| 176 | < | scanin = (COLR *)malloc((xmax-xmin)*sizeof(COLR)) - xmin; |
| 177 | < | scanin = (COLR *)malloc((xmax-xmin)*sizeof(COLR)) - xmin; |
| 176 | > | scanin = (COLR *)malloc((xmax-xmin)*sizeof(COLR)); |
| 177 | if (scanin == NULL) | |
| 178 | goto memerr; | |
| 179 | scanin -= xmin; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |