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

Comparing ray/src/px/protate.c (file contents):
Revision 1.2 by greg, Tue Sep 12 13:04:27 1989 UTC vs.
Revision 1.3 by greg, Thu Jan 18 23:58:15 1990 UTC

# Line 86 | Line 86 | FILE   *fp;
86                                  exit(1);
87                          }
88                          for (inx = 0; inx < nrows && xoff+inx < xres; inx++)
89 <                                bcopy(inline[xoff+inx], scanbar[inx*yres+iny],
89 >                                bcopy((char *)inline[xoff+inx],
90 >                                                (char *)scanbar[inx*yres+iny],
91                                                  sizeof(COLR));
92                  }
93                  for (inx = 0; inx < nrows && xoff+inx < xres; inx++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines