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

Comparing ray/src/px/pcomb.c (file contents):
Revision 2.60 by greg, Thu Nov 7 20:07:08 2024 UTC vs.
Revision 2.61 by greg, Tue Jun 3 21:31:51 2025 UTC

# Line 70 | Line 70 | int    xres, yres;                     /* output resolution */
70  
71   int     xpos, ypos;                     /* output position */
72  
73 char    *progname;                      /* global argv[0] */
74
73   int     echoheader = 1;
74   int     wrongformat = 0;
75   int     gotview;
# Line 104 | Line 102 | main(
102          SET_DEFAULT_BINARY();
103          SET_FILE_BINARY(stdin);
104          SET_FILE_BINARY(stdout);
105 <        progname = argv[0];
105 >        fixargv0(argv[0]);              /* sets global progname */
106          esupport |= E_VARIABLE|E_FUNCTION|E_RCONST;
107          esupport &= ~(E_OUTCHAN|E_INCHAN);
108                                                  /* scan options */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines