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

Comparing ray/src/px/tmaptiff.c (file contents):
Revision 3.1 by gwlarson, Thu Oct 22 17:33:04 1998 UTC vs.
Revision 3.2 by gwlarson, Mon Oct 26 17:06:16 1998 UTC

# Line 24 | Line 24 | TIFF   *tp;
24          char    *funcName = fname==NULL ? "tmLoadTIFF" : fname;
25          TIFF    *tif;
26          int     err;
27 <        union {uint16 *w; uint32 *l; MEM_PTR p} sl;
27 >        union {uint16 *w; uint32 *l; MEM_PTR p;} sl;
28          uint16  comp, phot, pconf;
29          uint32  width, height;
30          double  stonits;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines