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

Comparing ray/src/common/tmaptiff.c (file contents):
Revision 3.10 by greg, Fri May 20 02:06:38 2011 UTC vs.
Revision 3.11 by greg, Tue Jun 28 21:11:04 2011 UTC

# Line 256 | Line 256 | tmMapTIFF(uby8 **psp, int *xp, int *yp, int flags, RGB
256          double gamval, double Lddyn, double Ldmax, char *fname, TIFF *tp)
257   {
258          char    *funcName = fname==NULL ? "tmMapTIFF" : fname;
259 <        TMstruct        *tms;
259 >        TMstruct        *tms = NULL;
260          TMbright        *lp;
261          uby8    *cp;
262          int     err;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines