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

Comparing ray/src/hd/rholo.c (file contents):
Revision 3.52 by greg, Sat Feb 22 02:07:25 2003 UTC vs.
Revision 3.53 by greg, Tue May 13 17:58:33 2003 UTC

# Line 531 | Line 531 | PACKET *pl;
531          while (pl != NULL) {
532                  p = pl; pl = p->next; p->next = NULL;
533                  if (p->nr > 0) {                /* add to holodeck */
534 <                        bcopy((char *)p->ra,
535 <                                (char *)hdnewrays(hdlist[p->hd],p->bi,p->nr),
534 >                        bcopy((void *)p->ra,
535 >                                (void *)hdnewrays(hdlist[p->hd],p->bi,p->nr),
536                                  p->nr*sizeof(RAYVAL));
537                          if (outdev != NULL)     /* display it */
538                                  disp_packet((PACKHEAD *)p);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines