| # | 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) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |