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

Comparing ray/src/px/biq.c (file contents):
Revision 1.3 by greg, Mon Jul 24 10:49:58 1989 UTC vs.
Revision 2.1 by greg, Tue Nov 12 16:04:14 1991 UTC

# Line 10 | Line 10 | static char SCCSid[] = "$SunId$ LBL";
10   *      9/19/88
11   */
12  
13 + #include "standard.h"
14   #include "ciq.h"
15  
16  
# Line 31 | Line 32 | colormap cm;           /* quantization colormap */
32  
33      draw_grey(ocm);
34  
35 <    bcopy(color,cm,sizeof color);
35 >    bcopy((char *)color,(char *)cm,sizeof color);
36   }
37  
38   /*----------------------------------------------------------------------*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines