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.2 by greg, Sat Aug 26 18:26:56 2017 UTC vs.
Revision 2.4 by greg, Thu Aug 2 18:33:46 2018 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines