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 2.12 by schorsch, Mon Jun 30 14:59:13 2003 UTC vs.
Revision 2.13 by schorsch, Mon Jul 21 22:30:19 2003 UTC

# Line 372 | Line 372 | register VIEW  *vp;
372                  sprintf(errmsg, "view not set - %s", err);
373                  error(COMMAND, errmsg);
374          } else if (memcmp((char *)vp, (char *)&ourview, sizeof(VIEW))) {
375 <                copystruct(&oldview, &ourview);
376 <                copystruct(&ourview, vp);
375 >                oldview = ourview;
376 >                ourview = *vp;
377                  newimage();
378          }
379   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines