ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/Development/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.25 by greg, Sat Jun 7 05:09:46 2025 UTC

# Line 12 | Line 12 | static const char RCSid[] = "$Id$";
12   #include  "octree.h"
13   #include  "object.h"
14   #include  "otypes.h"
15 #include  "paths.h"
15   #include  "resolu.h"
16   #include  "oconv.h"
17  
# Line 20 | Line 19 | static const char RCSid[] = "$Id$";
19  
20   #define  MAXOBJFIL      255             /* maximum number of scene files */
21  
23 char  *progname;                        /* argv[0] */
24
22   int  nowarn = 0;                        /* supress warnings? */
23  
24   int  objlim = 6;                        /* # of objects before split */
# Line 54 | Line 51 | main(          /* convert object files to an octree */
51          OBJECT  startobj;
52          int  i;
53  
54 <        progname = argv[0] = fixargv0(argv[0]);
54 >        fixargv0(argv[0]);              /* sets global progname */
55  
56          ot_initotypes();
57  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)