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.3 by greg, Tue May 13 17:58:33 2003 UTC vs.
Revision 2.4 by schorsch, Mon Jun 30 14:59:12 2003 UTC

# Line 7 | Line 7 | static const char      RCSid[] = "$Id$";
7   *      9/19/88
8   */
9  
10 + #include <string.h>
11 +
12   #include "standard.h"
13   #include "ciq.h"
14  
# Line 29 | Line 31 | colormap cm;           /* quantization colormap */
31  
32      draw_grey(ocm);
33  
34 <    bcopy((void *)color,(void *)cm,sizeof color);
34 >    memcpy((void *)cm,(void *)color,sizeof color);
35   }
36  
37   /*----------------------------------------------------------------------*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines