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

Comparing ray/src/rt/m_clip.c (file contents):
Revision 1.1 by greg, Thu Feb 2 10:41:26 1989 UTC vs.
Revision 1.2 by greg, Tue Feb 21 14:56:19 1989 UTC

# Line 53 | Line 53 | register RAY  *r;
53                          }
54                          insertelem(modset, mod);
55                  }
56 <                (OBJECT *)m->os = modset;
56 >                m->os = (char *)modset;
57          }
58          if (r->clipset != NULL)
59                  setcopy(cset, r->clipset);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines