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

Comparing ray/src/px/pfilt.c (file contents):
Revision 2.32 by greg, Thu Jul 26 23:50:40 2018 UTC vs.
Revision 2.34 by greg, Sat Dec 28 18:05:14 2019 UTC

# Line 11 | Line 11 | static const char RCSid[] = "$Id$";
11   #include  "copyright.h"
12  
13   #include  <signal.h>
14 #include  <string.h>
14  
15   #include  "platform.h"
16   #include  "standard.h"
# Line 348 | Line 347 | headline(                              /* process line from header */
347          void    *p
348   )
349   {
350 <        char  fmt[32];
350 >        char  fmt[MAXFMTLEN];
351  
352          fputs(s, stdout);               /* copy to output */
353          if (isaspect(s))                /* get aspect ratio */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines