# | Line 192 | Line 192 | transfer( /* transfer a Radiance picture */ | |
---|---|---|
192 | if (fflush(fp) == EOF) | |
193 | goto writerr; | |
194 | if (oname[0] == '!') { | |
195 | < | if (pclose(fp) != 0) { |
196 | < | fprintf(stderr, "%s: bad status from \"%s\"\n", |
195 | > | if (pclose(fp) != 0) |
196 | > | fprintf(stderr, "%s: warning - bad status from \"%s\"\n", |
197 | progname, oname); | |
198 | – | exit(1); |
199 | – | } |
198 | } else if (ospec != NULL) | |
199 | fclose(fp); | |
200 | return(1); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |