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

Comparing ray/src/px/ra_pr24.c (file contents):
Revision 1.7 by greg, Wed Aug 7 08:36:33 1991 UTC vs.
Revision 1.8 by greg, Thu Aug 15 12:38:24 1991 UTC

# Line 168 | Line 168 | ra2pr()                        /* convert Radiance scanlines to 24-bit rast
168                                                  /* allocate scanline */
169          scanin = (COLR *)malloc(xmax*sizeof(COLR));
170          if (scanin == NULL)
171 <                quiterr("out of memory in pr2ra");
171 >                quiterr("out of memory in ra2pr");
172                                                  /* convert image */
173          for (y = ymax-1; y >= 0; y--) {
174                  if (freadcolrs(scanin, xmax, stdin) < 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines