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

Comparing ray/src/rt/rc2.c (file contents):
Revision 2.6 by greg, Thu Jun 21 17:14:32 2012 UTC vs.
Revision 2.7 by greg, Thu Nov 15 19:41:03 2012 UTC

# Line 363 | Line 363 | void
363   end_record()
364   {
365          --waitflush;
366 <        lu_doall(&ofiletab, puteol, NULL);
366 >        lu_doall(&ofiletab, &puteol, NULL);
367          if (using_stdout & (outfmt == 'a'))
368                  putc('\n', stdout);
369          if (!waitflush) {
# Line 513 | Line 513 | reload_output()
513                          *(STREAMOUT *)oent->data = sout;
514                  }
515          }
516 <        lu_doall(&ofiletab, myclose, NULL);     /* close all files */
516 >        lu_doall(&ofiletab, &myclose, NULL);    /* close all files */
517   }
518  
519  
# Line 669 | Line 669 | recover_output()
669          }
670                                                  /* seek on all files */
671          nvals = lastout * outvsiz;
672 <        lu_doall(&ofiletab, myseeko, &nvals);
672 >        lu_doall(&ofiletab, &myseeko, &nvals);
673                                                  /* skip repeated input */
674          lastout *= accumulate;
675          for (nvals = 0; nvals < lastout; nvals++) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines