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

Comparing ray/src/px/x11raster.c (file contents):
Revision 2.11 by greg, Wed Apr 23 00:52:34 2003 UTC vs.
Revision 2.12 by schorsch, Sun Jul 27 22:12:03 2003 UTC

# Line 64 | Line 64 | BYTE   cmap[][3];
64          register unsigned char  *p;
65          register int    i;
66  
67 <        if (xr->image->depth > 8 | xr->ncolors != 0)
67 >        if ((xr->image->depth > 8) | (xr->ncolors != 0))
68                  return(xr->ncolors);
69          xr->pmap = (short *)malloc(256*sizeof(short));
70          if (xr->pmap == NULL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines