K 10 svn:author V 4 ache K 8 svn:date V 27 1996-04-06T02:00:17.000000Z K 7 svn:log V 431 Here is a patch for a little bug in the WaitForString routine. The problem is when the matched string spans the end of the inbuff. This fix allocates twice the IBSIZE so that it can keep the last and the current text to search in the inbuff so that the match won't fail if it gets truncated by the read. It also warns if the search string is to long and truncates it. Submitted by: Dough Ambrisco END