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

Comparing ray/src/px/ra_ps.c (file contents):
Revision 2.28 by schorsch, Sun Mar 28 20:33:14 2004 UTC vs.
Revision 2.30 by greg, Thu Aug 2 18:33:47 2018 UTC

# Line 11 | Line 11 | static const char      RCSid[] = "$Id$";
11   #include  <ctype.h>
12  
13   #include  "platform.h"
14 + #include  "rtio.h"
15   #include  "color.h"
16   #include  "resolu.h"
17  
# Line 79 | Line 80 | headline(              /* check header line */
80          void    *p
81   )
82   {
83 <        char  fmt[32];
83 >        char  fmt[MAXFMTLEN];
84  
85          if (isformat(s)) {
86                  formatval(fmt, s);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines