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

Comparing ray/src/px/pcond.c (file contents):
Revision 3.28 by schorsch, Thu Mar 10 18:25:46 2016 UTC vs.
Revision 3.29 by greg, Thu Aug 2 18:33:44 2018 UTC

# Line 217 | Line 217 | headline(                              /* process header line */
217   )
218   {
219          static RGBPRIMS inprimS;
220 <        char    fmt[32];
220 >        char    fmt[MAXFMTLEN];
221  
222          if (formatval(fmt, s)) {        /* check if format string */
223                  if (!strcmp(fmt,COLRFMT)) lumf = rgblum;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines