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

Comparing ray/src/rt/rv3.c (file contents):
Revision 1.11 by greg, Tue Jan 9 11:38:19 1990 UTC vs.
Revision 1.12 by greg, Fri Jan 19 00:00:31 1990 UTC

# Line 346 | Line 346 | register VIEW  *vp;
346          if ((err = setview(vp)) != NULL) {
347                  sprintf(errmsg, "view not set - %s", err);
348                  error(COMMAND, errmsg);
349 <        } else if (bcmp(vp, &ourview, sizeof(VIEW))) {
350 <                copyview(&oldview, &ourview);
351 <                copyview(&ourview, vp);
349 >        } else if (bcmp((char *)vp, (char *)&ourview, sizeof(VIEW))) {
350 >                copystruct(&oldview, &ourview);
351 >                copystruct(&ourview, vp);
352                  newimage();             /* newimage() calls with vp=&ourview! */
353          }
354   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines