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

Comparing ray/src/px/ra_tiff.c (file contents):
Revision 2.38 by greg, Fri Oct 4 19:15:19 2024 UTC vs.
Revision 2.40 by greg, Sat Jun 7 05:09:46 2025 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9  
10   #include  <math.h>
11   #include  <ctype.h>
12
12   #include  "rtio.h"
13   #include  "platform.h"
14   #include  "tiffio.h"
# Line 108 | Line 107 | short  ortab[8] = {            /* orientation conversion table */
107   extern char     TMSTR[];        /* "CAPDATE=" from header.c */
108   char            OWNSTR[] = "OWNER=";
109  
111 char  *progname;
110  
113
111   int
112   main(int  argc, char  *argv[])
113   {
114          int  reverse = 0;
115          int  i;
116 <        
117 <        progname = argv[0];
116 >                                        /* set global progname */
117 >        fixargv0(argv[0]);
118  
119          for (i = 1; i < argc; i++)
120                  if (argv[i][0] == '-')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines