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

Comparing ray/src/hd/rholo2.c (file contents):
Revision 3.28 by schorsch, Thu Jan 1 11:21:55 2004 UTC vs.
Revision 3.29 by greg, Mon Mar 21 19:06:08 2016 UTC

# Line 376 | Line 376 | getradfile(void)                       /* run rad and get needed variables
376                  loadvars(tf2);                  /* load variables */
377                  unlink(tf2);
378          }
379 <        rtargc += wordfile(rtargv+rtargc, tf1); /* get rtrace options */
379 >                                                /* get rtrace options */
380 >        rtargc += wordfile(rtargv+rtargc, MAXRTARGC-rtargc, tf1);
381          unlink(tf1);                    /* clean up */
382          return(1);
383   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines