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

Comparing ray/src/ot/oconv.c (file contents):
Revision 2.23 by greg, Mon Feb 6 22:40:21 2023 UTC vs.
Revision 2.24 by greg, Tue Jun 3 21:31:51 2025 UTC

# Line 20 | Line 20 | static const char RCSid[] = "$Id$";
20  
21   #define  MAXOBJFIL      255             /* maximum number of scene files */
22  
23 char  *progname;                        /* argv[0] */
24
23   int  nowarn = 0;                        /* supress warnings? */
24  
25   int  objlim = 6;                        /* # of objects before split */
# Line 54 | Line 52 | main(          /* convert object files to an octree */
52          OBJECT  startobj;
53          int  i;
54  
55 <        progname = argv[0] = fixargv0(argv[0]);
55 >        fixargv0(argv[0]);              /* sets global progname */
56  
57          ot_initotypes();
58  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines