| # | Line 139 | Line 139 | char *inpf, *outf; | |
|---|---|---|
| 139 | if (outf != NULL && strcmp(outf, "-") && | |
| 140 | freopen(outf, "w", stdout) == NULL) | |
| 141 | quiterr("cannot open Radiance output file"); | |
| 142 | + | newheader("RADIANCE", stdout); |
| 143 | fputs(progname, stdout); | |
| 144 | if (bradj) | |
| 145 | printf(" -e %+d", bradj); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |