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

Comparing ray/src/common/tmapcolrs.c (file contents):
Revision 3.29 by greg, Fri May 20 02:06:38 2011 UTC vs.
Revision 3.33 by greg, Fri Jul 19 17:37:56 2019 UTC

# Line 16 | Line 16 | static const char      RCSid[] = "$Id$";
16   #include        <time.h>
17  
18   #ifdef PCOND
19 < #include        "rtprocess.h"
19 > #include        "paths.h"
20   #endif
21   #include        "tmprivat.h"
22 + #include        "rtio.h"
23   #include        "resolu.h"
24  
25   #define GAMTSZ  4096
# Line 151 | Line 152 | headline(                      /* grok a header line */
152          void    *vrh
153   )
154   {
155 <        char    fmt[32];
155 >        char    fmt[MAXFMTLEN];
156          struct radhead  *rh = vrh;
157  
158          if (formatval(fmt, s)) {
# Line 357 | Line 358 | char   *fname;
358   FILE    *fp;
359   {
360          char    *funcName = fname==NULL ? "tmMapPicture" : fname;
361 <        TMstruct        *tms;
361 >        TMstruct        *tms = NULL;
362          uby8    *cp;
363          TMbright        *lp;
364          int     err;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines