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.4 by greg, Fri Oct 2 16:26:39 1992 UTC vs.
Revision 2.5 by greg, Tue Apr 27 12:37:23 1993 UTC

# Line 127 | Line 127 | transfer()             /* transfer Radiance picture */
127                  else
128                          fwritecolrs(scanin, xmax, stdout);
129                  if (ferror(stdout))
130 <                        quiterr("error writing rasterfile");
130 >                        quiterr("error writing output picture");
131          }
132                                                  /* free scanline */
133          free((char *)scanin);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines