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.2 by greg, Tue Mar 21 15:55:07 1989 UTC vs.
Revision 1.3 by greg, Thu Sep 6 23:30:13 1990 UTC

# Line 43 | Line 43 | char  *ofn[];
43                  for (i = 0; ofn[i] != NULL; i++)
44                          putstr(ofn[i]);
45          putstr("");
46 +                                        /* write number of objects */
47 +        putint((long)nobjects, sizeof(OBJECT));
48  
49          if (!(store & IO_TREE))
50                  return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines