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.30 by greg, Tue Jun 28 21:11:04 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)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines