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

Comparing ray/src/px/ra_tiff.c (file contents):
Revision 2.12 by gregl, Tue Aug 26 15:01:26 1997 UTC vs.
Revision 2.13 by gregl, Wed Aug 27 11:10:45 1997 UTC

# Line 646 | Line 646 | uint32 y;
646          double  m = pow(2.,(double)cvts.bradj);
647          register int    x;
648  
649 <        if (CHK(C_RFLT|C_TFLT) != (C_RFLT|C_TFLT) | !CHK(C_GRY))
649 >        if (CHK(C_RFLT|C_TFLT|C_GRY) != (C_RFLT|C_TFLT|C_GRY))
650                  quiterr("internal error 1 in Color2L");
651  
652          if (freadscan(cvts.r.colors, cvts.xmax, cvts.rfp) < 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines