ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/ra_rgbe.c
(Generate patch)

Comparing ray/src/px/ra_rgbe.c (file contents):
Revision 2.24 by greg, Tue Apr 22 04:45:25 2025 UTC vs.
Revision 2.25 by greg, Tue Apr 22 14:51:29 2025 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines