Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!asuvax!anasaz!jose From: jose@anasaz.UUCP (Jose Vasconcellos) Newsgroups: comp.sources.bugs Subject: STEVIE bug fix Keywords: STEVIE Message-ID: <659@anasaz.UUCP> Date: 26 Aug 89 15:42:24 GMT Organization: Anasazi Inc., Phoenix AZ Lines: 15 Under OS/2 STEVIE core dumps when attempting to search for an empty string. Also, pressing ':' and causes and invalid command message. The following change fixes both. Insert the two lines marked with '+' at the end of routine getcmdln in module cmdline: } + if (buff[0] == '\0') + return NULL; return buff; } -- Jose Vasconcellos ..!noao!nud!anasazi!jose (602)973-8975