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

Comparing ray/src/px/ra_xyze.c (file contents):
Revision 2.1 by greg, Sun Oct 15 14:07:12 1995 UTC vs.
Revision 2.2 by greg, Wed Oct 25 15:13:38 1995 UTC

# Line 83 | Line 83 | char  *argv[];
83                                  rgbout = 1;
84                                  break;
85                          case 'p':               /* RGB primaries */
86 <                                if (i+9 >= argc)
86 >                                if (i+8 >= argc)
87                                          goto userr;
88                                  outprims[RED][CIEX] = atof(argv[++i]);
89                                  outprims[RED][CIEY] = atof(argv[++i]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines