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

Comparing ray/src/common/tmapluv.c (file contents):
Revision 3.10 by greg, Fri Jan 7 20:33:02 2005 UTC vs.
Revision 3.11 by greg, Fri Jan 7 21:41:06 2005 UTC

# Line 131 | Line 131 | uint32 *luvs,
131   int     len
132   )
133   {
134 <        static char     funcName[] = "tmCvLuv32";
134 >        static const char       funcName[] = "tmCvLuv32";
135          double  uvp[2];
136          register LUV32DATA      *ld;
137          register int    i, j;
# Line 255 | Line 255 | uint16 *l16s,
255   int     len
256   )
257   {
258 <        static char     funcName[] = "tmCvL16";
258 >        static const char       funcName[] = "tmCvL16";
259          static double   lastsf;
260          static int      offset;
261          register int    i;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines