STEVIE bug fix
Jose Vasconcellos
jose at anasaz.UUCP
Sun Aug 27 01:42:24 AEST 1989
Under OS/2 STEVIE core dumps when attempting to search for an empty
string. Also, pressing ':' and <ret> 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
More information about the Comp.sources.bugs
mailing list