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

Comparing ray/src/hd/rhdisp.c (file contents):
Revision 3.44 by greg, Wed Apr 23 00:52:33 2003 UTC vs.
Revision 3.46 by greg, Fri Jun 20 00:25:49 2003 UTC

# Line 216 | Line 216 | char   *gfn, *pfn;
216          hdlist[hd] = (HOLO *)malloc(sizeof(HOLO));
217          if (hdlist[hd] == NULL)
218                  error(SYSTEM, "out of memory in add_holo");
219 <        bcopy((char *)hdg, (char *)hdlist[hd], sizeof(HDGRID));
219 >        bcopy((void *)hdg, (void *)hdlist[hd], sizeof(HDGRID));
220          hdcompgrid(hdlist[hd]);
221          hdgfn[hd] = savestr(gfn);
222          hdpfn[hd] = pfn && *pfn ? savestr(pfn) : (char *)NULL;
# Line 275 | Line 275 | register VIEW  *v;
275          static unsigned nhist;
276          VIEW    *dv;
277          int     i, res[2];
278 <        int2    *slist;
278 >        int16   *slist;
279          char    *err;
280                                  /* restore previous view? */
281          if (v == NULL) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines