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

Comparing ray/src/px/oki20c.c (file contents):
Revision 1.7 by greg, Fri Oct 20 20:36:02 1989 UTC vs.
Revision 1.8 by greg, Fri Jan 26 08:17:33 1990 UTC

# Line 74 | Line 74 | char  *fname;
74                          fprintf(stderr, "%s: read error (y=%d)\n", fname, i);
75                          return(-1);
76                  }
77 <                normcolrs(scanline, xres);
77 >                normcolrs(scanline, xres, 0);
78                  plotscan(scanline, xres, i);
79          }
80                                  /* advance page */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines