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

Comparing ray/src/hd/rholo4.c (file contents):
Revision 3.27 by gwlarson, Thu Aug 5 13:51:21 1999 UTC vs.
Revision 3.29 by greg, Tue May 13 17:58:33 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1999 Silicon Graphics, Inc. */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ SGI";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   * Holodeck display process communication
6   */
# Line 77 | Line 74 | char   *dname;
74          }
75                                  /* write out hologram grids & octrees */
76          for (i = 0; hdlist[i] != NULL; i++) {
77 <                bcopy((char *)hdlist[i], buf, sizeof(HDGRID));
77 >                bcopy((void *)hdlist[i], buf, sizeof(HDGRID));
78                  len = sizeof(HDGRID);
79                  n = vdef(GEOMETRY);
80                  sfn = i<n ? nvalue(GEOMETRY,i) :

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines