# | Line 145 | Line 145 | int overture = 0; /* overture calculation needed */ | |
---|---|---|
145 | ||
146 | int children_running = 0; /* set negative in children */ | |
147 | ||
148 | – | char *progname; /* global argv[0] */ |
148 | char *rifname; /* global rad input file name */ | |
149 | ||
150 | char radname[PATH_MAX]; /* root Radiance file name */ | |
# | Line 198 | Line 197 | main( | |
197 | char ropts[512]; | |
198 | char popts[64]; | |
199 | int i; | |
200 | < | |
201 | < | progname = argv[0]; |
200 | > | /* set global progname */ |
201 | > | fixargv0(argv[0]); |
202 | /* get options */ | |
203 | for (i = 1; i < argc && argv[i][0] == '-'; i++) | |
204 | switch (argv[i][1]) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |