| # | Line 100 | Line 100 | char *file; | |
|---|---|---|
| 100 | exit(1); | |
| 101 | } | |
| 102 | /* get dimensions */ | |
| 103 | < | getheader(fp, NULL); |
| 103 | > | getheader(fp, NULL, NULL); |
| 104 | if (checkheader(fp, COLRFMT, NULL) < 0) { | |
| 105 | fputs(file, stderr); | |
| 106 | fputs(": not a Radiance picture\n", stderr); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |