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

Comparing ray/src/common/color.c (file contents):
Revision 2.2 by greg, Tue Jun 23 10:59:34 1992 UTC vs.
Revision 2.3 by greg, Mon Jun 29 22:40:28 1992 UTC

# Line 97 | Line 97 | register FILE  *fp;
97          register int  i, j;
98          int  code;
99                                          /* determine scanline type */
100 <        if (len < MINELEN)
100 >        if (len < MINELEN | len > 0x7fff)
101                  return(oldreadcolrs(scanline, len, fp));
102          if ((i = getc(fp)) == EOF)
103                  return(-1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines