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

Comparing ray/src/px/ra_tiff.c (file contents):
Revision 2.34 by greg, Sat Dec 4 00:24:43 2010 UTC vs.
Revision 2.36 by greg, Fri Jul 19 17:37:56 2019 UTC

# Line 7 | Line 7 | static const char      RCSid[] = "$Id$";
7   *  Added white-balance adjustment 10/01 (GW).
8   */
9  
10 #include  <stdio.h>
10   #include  <math.h>
11   #include  <ctype.h>
13 #include  <time.h>
14 #include  <string.h>
12  
13 + #include  "rtio.h"
14   #include  "platform.h"
15   #include  "tiffio.h"
16   #include  "color.h"
# Line 442 | Line 440 | headline(                      /* process Radiance input header line */
440   {
441          static int      tmstrlen = 0;
442          static int      ownstrlen = 0;
443 <        char    fmt[32];
443 >        char    fmt[MAXFMTLEN];
444  
445          if (!tmstrlen)
446                  tmstrlen = strlen(TMSTR);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines