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.35 by greg, Thu Aug 2 18:33:47 2018 UTC

# Line 442 | Line 442 | headline(                      /* process Radiance input header line */
442   {
443          static int      tmstrlen = 0;
444          static int      ownstrlen = 0;
445 <        char    fmt[32];
445 >        char    fmt[MAXFMTLEN];
446  
447          if (!tmstrlen)
448                  tmstrlen = strlen(TMSTR);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines