Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!udel!gatech!emcard!wa4mei!kd4nc!npiatl!dkelly From: dkelly@npiatl.UUCP (Dwight Kelly) Newsgroups: comp.windows.x Subject: simple imglib bug Message-ID: <669@npiatl.UUCP> Date: 26 Oct 89 22:01:06 GMT Reply-To: dkelly@npiatl.UUCP (Dwight Kelly) Organization: Network Publications, Inc. Atlanta, GA Lines: 15 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