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.4 by greg, Thu Aug 2 18:33:46 2018 UTC

# Line 230 | 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