Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!snorkelwacker.mit.edu!stanford.edu!eos!aio!riddler!yow From: yow@sweetpea.jsc.nasa.gov Newsgroups: comp.windows.x Subject: Re: oneko Keywords: Oneko Bug Fix Message-ID: <1991Apr11.080024@riddler.Berkeley.EDU> Date: 11 Apr 91 13:00:24 GMT References: <1991Apr10.034823.27383@mel.dit.csiro.au> Sender: news@aio.jsc.nasa.gov (USENET News System) Reply-To: yow@sweetpea.jsc.nasa.gov Distribution: comp Organization: nasa-jsc Lines: 19 Segment of code from okeno ... if (strcmp(argv[ArgCounter]+1,AnimalDefaultsDataTable[loop])==0) {NekoMoyou = loop;found=1;} ... I changed the AnimalDefaultsDataTable[loop] to => ... if (strcmp(argv[ArgCounter]+1,AnimalDefaultsDataTable[loop].name)==0) {NekoMoyou = loop;found=1;} ... Which allows -dog, -tora and -neko to work. The line is near the very end of the program. Good Luck, Bill Yow yow@sweetpea.jsc.nasa.gov My opinions are my own.