--- ray/src/rt/o_instance.c 1989/10/24 13:58:45 1.6 +++ ray/src/rt/o_instance.c 1990/01/19 00:00:17 1.7 @@ -26,7 +26,7 @@ register RAY *r; /* get the octree */ in = getinstance(o, IO_ALL); /* copy old ray */ - bcopy(r, &rcont, sizeof(RAY)); + copystruct(&rcont, r); /* transform it */ rcont.rno = nrays; rcont.ro = NULL;