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

Comparing src/gen/genbox.c (file contents):
Revision 2.13 by greg, Thu Apr 15 23:51:04 2021 UTC vs.
Revision 2.15 by greg, Sat Jun 7 05:09:45 2025 UTC

# Line 10 | Line 10 | static const char      RCSid[] = "$Id$";
10   #include  "rtio.h"
11   #include  "rtmath.h"
12   #include  "objutil.h"
13 < #include  <stdlib.h>
13 > #include  "paths.h"
14  
15
16 char    *progname;
17
15   int     verbose = 0;
16  
17   char  let[]="0123456789._ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
# Line 278 | Line 275 | main(int argc, char *argv[])
275          int  nsegs = 1;
276          int  objout = 0;
277          int  i;
281
282        progname = argv[0];
278  
279          if (argc < 6)
280                  goto userr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines