[comp.windows.x] simple imglib bug

dkelly@npiatl.UUCP (Dwight Kelly) (10/27/89)

There are two 'bugs' in showxcolors.  strlen returns the actual count of characters
NOT including the NULL.  Lines 242 and 269 need to be changed to:

    cur_col -> name = (char *) malloc (strlen(curname)+1);


Imglib can not run on a non-8 bit server.  Any plans for making it independent of
display buffer depth?


Dwight Kelly
Network Publications, Inc.
(404) 962-7220
npiatl!dkelly@gatech.edu