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 2.2 by greg, Sat Feb 22 02:07:27 2003 UTC vs.
Revision 2.3 by greg, Tue May 13 17:58:33 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines