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

Comparing ray/src/px/ciq.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 41 | Line 41 | colormap cm;           /* quantization colormap */
41      if (synth)
42          n = makecm(nw,&na);     /* analyze histogram and synthesize colormap */
43      else {
44 <        bcopy((char *)cm,(char *)color,sizeof color);
44 >        bcopy((void *)cm,(void *)color,sizeof color);
45          n = nw;
46          na = 0;
47          for (i=0; i<len; i++) if (hist[i]) na++;
# Line 58 | Line 58 | colormap cm;           /* quantization colormap */
58          draw_nodith(ocm);
59      }
60  
61 <    bcopy((char *)color,(char *)cm,sizeof color);
61 >    bcopy((void *)color,(void *)cm,sizeof color);
62      /*endclosest();*/
63   }
64  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines