John H. Embretsen (JIRA): > I tried the patch on Windows XP. I get two continuation "prompts" instead of > one:
I feared as much. Well, let's see if adding the following after
each of the calls to utilMain.doPrompt() in StatementFinder helps:
/* If this looks like a CRLF sequence,
we swallow the LF to avoid double
prompting on Windows. */
if(nextChar == RETURN && peekChar() == NEWLINE) {
readChar();
}
--
Anders Morken
My opinions may have changed, but not the fact that I am right!
