Article # 610, added by Geoworks, historical record
| first | previous | index | next | last |

Broken C-stub: GrMapColorRGB



C Function: GrMapColorRGB
Date Fixed: 1/23/97

This routine was treating the index pointer as a pointer to a word and
thus trashing the byte next to the byte pointed to by index. The only
work-around is to put trashable bytes around the variable pointed to
by index.