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

Comparing ray/src/hd/genrhenv.c (file contents):
Revision 3.3 by greg, Sat Feb 22 02:07:24 2003 UTC vs.
Revision 3.5 by greg, Fri Jun 20 00:25:49 2003 UTC

# Line 55 | Line 55 | openholo(fname, sect)          /* open holodeck section for in
55   char    *fname;
56   int     sect;
57   {
58        extern long     ftell();
58          FILE    *fp;
59          int     fd;
60 <        int4    nextloc;
60 >        int32   nextloc;
61          int     n;
62                                          /* open holodeck file */
63          if ((fp = fopen(fname, "r")) == NULL) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines