| # | Line 193 | Line 193 | compos() /* composite pictures */ | |
|---|---|---|
| 193 | continue; | |
| 194 | if (freadcolrs(scanin+input[i].xloc, | |
| 195 | input[i].xres, input[i].fp) < 0) { | |
| 196 | < | fprintf(stderr, "%s: read error\n", |
| 197 | < | input[i].name); |
| 196 | > | fprintf(stderr, "%s: read error (y==%d)\n", |
| 197 | > | input[i].name, |
| 198 | > | y-input[i].yloc); |
| 199 | quit(1); | |
| 200 | } | |
| 201 | if (y >= ysiz) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |