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

Comparing ray/src/gen/mkillum.c (file contents):
Revision 2.28 by greg, Thu Sep 13 06:31:21 2007 UTC vs.
Revision 2.29 by greg, Fri Sep 14 21:29:08 2007 UTC

# Line 72 | Line 72 | main(          /* compute illum distributions using rtrace */
72          directvis = 0;
73          ambounce = 2;
74                                  /* get options from command line */
75 <        for (i = 1; i < argc-1; i++) {
75 >        for (i = 1; i < argc; i++) {
76                  while ((rval = expandarg(&argc, &argv, i)) > 0)
77                          ;
78                  if (rval < 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines