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

Comparing ray/src/ot/writeoct.c (file contents):
Revision 1.4 by greg, Wed Dec 12 22:46:35 1990 UTC vs.
Revision 1.5 by greg, Wed Oct 23 11:32:45 1991 UTC

# Line 27 | Line 27 | char  *ofn[];
27          char  sbuf[64];
28          register int  i;
29                                          /* write format number */
30 <        putint((long)OCTMAGIC, 2);
30 >        putint((long)(OCTMAGIC+sizeof(OBJECT)), 2);
31  
32          if (!(store & IO_BOUNDS))
33                  return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines