Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!seismo!rochester!pt.cs.cmu.edu!cadre!pitt!gecrd1!unioncs!albany!leah!xev From: xev@leah.UUCP Newsgroups: net.sources Subject: Color Patch#1 Message-ID: <383@leah.UUCP> Date: Thu, 2-Apr-87 13:55:54 EST Article-I.D.: leah.383 Posted: Thu Apr 2 13:55:54 1987 Date-Received: Sat, 18-Apr-87 02:15:32 EST Organization: Univ at Albany Computer Services Ctr Lines: 37 Keywords: Sorry, I screwed up Just apply this one tinsy patch to color.c __ __ __ __ __ __ __ __ ---- |_< --|_< --|_< --|_< -- Eat This Line! -- >_|-- >_|-- >_|-- >_| ---- 41c41 < static char rcsid[] = "$Header: color.c,v 1.4 87/03/30 15:47:45 xev Exp $"; --- > static char rcsid[] = "$Header: color.c,v 1.5 87/04/02 13:45:49 xev Rel $"; 46c46 < * $Date: 87/03/30 15:47:45 $ --- > * $Date: 87/04/02 13:45:49 $ 48a49,53 > * Revision 1.5 87/04/02 13:45:49 xev > * There was a slight bug, in that the colors listed: > * aquamarine, and md-aquamarine, but the program accepted > * aqua and md-aqua. Fixed now. > * 61,64c66,69 < < #define DEFB "h120l50s100" < #define DEFC "h0l99s0" < #define DEFT "h0l0s0" --- > > #define DEFB "h280l35s60" /* Sea-Green */ > #define DEFC "h120l50s100" /* Red */ > #define DEFT "h180l65s60" /* Goldenrod */ 147c152 < if ((strcmp (arg, "aqua")) == SAME) { --- > if ((strcmp (arg, "aquamarine")) == SAME) { 151c156 < if ((strcmp (arg, "md-aqua")) == SAME) { --- > if ((strcmp (arg, "md-aquamarine")) == SAME) {