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

Comparing ray/src/px/macbethcal.c (file contents):
Revision 2.30 by greg, Thu Feb 22 17:45:54 2024 UTC vs.
Revision 2.31 by greg, Tue Jun 3 21:31:51 2025 UTC

# Line 121 | Line 121 | COLOR  colmin, colmax;         /* gamut limits */
121   WARP3D  *wcor = NULL;           /* color space warp */
122  
123   FILE    *debugfp = NULL;        /* debug output picture */
124 char    *progname;
124  
125   static void init(void);
126   static int chartndx(int x, int y, int   *np);
# Line 150 | Line 149 | main(
149   {
150          int     i;
151  
152 <        progname = argv[0];
152 >        fixargv0(argv[0]);              /* sets global progname */
153          for (i = 1; i < argc && argv[i][0] == '-'; i++)
154                  switch (argv[i][1]) {
155                  case 'd':                               /* debug output */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines