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

Comparing ray/src/rt/rtmain.c (file contents):
Revision 2.23 by greg, Tue Feb 24 19:39:27 2015 UTC vs.
Revision 2.24 by greg, Thu Apr 23 17:42:04 2015 UTC

# Line 315 | Line 315 | main(int  argc, char  *argv[])
315   #endif
316          if (outform != 'a')
317                  SET_FILE_BINARY(stdout);
318 <        readoct(octnm, loadflags, &thescene, NULL);
318 >        readoct(octname = octnm, loadflags, &thescene, NULL);
319          nsceneobjs = nobjects;
320  
321          if (loadflags & IO_INFO) {      /* print header */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines