| # | Line 70 | Line 70 | char *s; | |
|---|---|---|
| 70 | { | |
| 71 | char fmt[32]; | |
| 72 | ||
| 73 | < | if (isformat(s)) { |
| 74 | < | formatval(fmt, s); |
| 73 | > | if (isheadid(s)) |
| 74 | > | return; |
| 75 | > | if (formatval(fmt, s)) |
| 76 | wrongformat = strcmp(fmt, COLRFMT); | |
| 77 | < | } else { |
| 77 | > | else { |
| 78 | putc('\t', stdout); | |
| 79 | fputs(s, stdout); | |
| 80 | } | |
| # | Line 143 | Line 144 | char *argv[]; | |
| 144 | goto userr; | |
| 145 | } | |
| 146 | dofiles: | |
| 147 | + | newheader("RADIANCE", stdout); |
| 148 | for (nfile = 0; an < argc; nfile++) { | |
| 149 | if (nfile >= MAXFILE) | |
| 150 | goto toomany; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |