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

Comparing ray/src/px/psketch.c (file contents):
Revision 2.3 by greg, Tue Aug 29 16:31:32 2017 UTC vs.
Revision 2.5 by greg, Sat Jun 7 05:09:46 2025 UTC

# Line 13 | Line 13 | static const char      RCSid[] = "$Id$";
13  
14   #include  "standard.h"
15   #include  "platform.h"
16 #include  "paths.h"
16   #include  "resolu.h"
17   #include  "color.h"
18  
# Line 230 | Line 229 | int
229   main(int argc, char *argv[])
230   {
231          int             i, rval;
232 <        char            pfmt[LPICFMT+1];
232 >        char            pfmt[MAXFMTLEN];
233                                          /* process options */
234          for (i = 1; i < argc && argv[i][0] == '-'; i++)
235                  switch (argv[i][1]) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines