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.32 by greg, Thu Aug 2 18:33:42 2018 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        "resolu.h"
# Line 151 | Line 151 | headline(                      /* grok a header line */
151          void    *vrh
152   )
153   {
154 <        char    fmt[32];
154 >        char    fmt[MAXFMTLEN];
155          struct radhead  *rh = vrh;
156  
157          if (formatval(fmt, s)) {
# Line 357 | Line 357 | char   *fname;
357   FILE    *fp;
358   {
359          char    *funcName = fname==NULL ? "tmMapPicture" : fname;
360 <        TMstruct        *tms;
360 >        TMstruct        *tms = NULL;
361          uby8    *cp;
362          TMbright        *lp;
363          int     err;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines