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

Comparing ray/src/px/ttyimage.c (file contents):
Revision 1.5 by greg, Thu Jan 25 08:28:36 1990 UTC vs.
Revision 1.6 by greg, Fri Jan 26 08:17:41 1990 UTC

# Line 51 | Line 51 | char  **argv;
51                          fprintf(stderr, "%s: read error\n", argv[0]);
52                          exit(1);
53                  }
54 <                normcolrs(scanline, xres);
54 >                normcolrs(scanline, xres, 0);
55                  for (j = 0; j < xres; j++)
56                          putchar(shade(scanline[j]));
57                  putchar('\n');

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines