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

Comparing ray/src/hd/rhcopy.c (file contents):
Revision 3.40 by greg, Wed Feb 5 23:43:41 2025 UTC vs.
Revision 3.41 by greg, Thu Jun 5 19:10:31 2025 UTC

# Line 33 | Line 33 | int    iofmt = 'a';            /* input/output format for rays */
33   #define H_VDST          010             /* VDISTANCE= True */
34   #define H_SWAP          020             /* byte order is different */
35  
36 char    *progname;              /* global argv[0] */
37
36   struct phead {
37          VIEW    vw;
38          double  expos;
# Line 73 | Line 71 | main(
71   {
72          int     i;
73  
74 <        progname = argv[0];
74 >        fixargv0(argv[0]);
75          for (i = 2; i < argc && argv[i][0] == '-'; i++)
76                  switch (argv[i][1]) {
77                  case 'u':

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines