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.24 by greg, Mon Nov 10 19:08:19 2008 UTC vs.
Revision 3.25 by greg, Sun Sep 26 15:39:10 2010 UTC

# Line 134 | Line 134 | openholo(              /* open existing holodeck file for i/o */
134          FILE    *fp;
135          int     fd;
136          int     hflags = 0;
137 <        long    nextloc;
137 >        int32   nextloc;
138          int     n;
139                                          /* open holodeck file */
140          if ((fp = fopen(fname, append ? "r+" : "r")) == NULL) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines