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

Comparing ray/src/hd/rhcopy.c (file contents):
Revision 3.12 by gwlarson, Sat Jan 9 09:16:31 1999 UTC vs.
Revision 3.13 by gwlarson, Mon Feb 1 10:22:46 1999 UTC

# Line 236 | Line 236 | int    *bq, nb;
236                  }
237                  hdfreebeam(hp, bq[i]);          /* free the beam */
238          }
239 <        hdflush(NULL);                  /* write & free clump */
239 >        hdfreebeam(NULL, 0);                    /* write & free clump */
240          return(0);
241   }
242  
# Line 253 | Line 253 | char   *hdf;
253                  hddone(hdlist[noutsects]);              /* free the section */
254          }
255          close(fd);                      /* close input file */
256 +        hdflush(NULL);                  /* flush output */
257   }
258  
259  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines