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 1.4 by greg, Thu Jan 18 23:58:12 1990 UTC

# Line 31 | Line 31 | colormap cm;           /* quantization colormap */
31  
32      draw_grey(ocm);
33  
34 <    bcopy(color,cm,sizeof color);
34 >    bcopy((char *)color,(char *)cm,sizeof color);
35   }
36  
37   /*----------------------------------------------------------------------*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines