Skip to content
Snippets Groups Projects
Commit 9a442357 authored by Leif Stensson's avatar Leif Stensson
Browse files

Fixed a typo in a FIXME comment. :-)

Rev: lib/modules/Stdio.pmod/Readline.pike:1.32
parent 59aa86dd
Branches
Tags
No related merge requests found
// $Id: Readline.pike,v 1.31 2000/04/05 20:45:43 leif Exp $
// $Id: Readline.pike,v 1.32 2000/04/05 21:15:14 leif Exp $
class OutputController
{
......@@ -184,8 +184,8 @@ class OutputController
// FIXME: On Digital Unix, the terminal handler doesn't seem to
// like what Pike does in Readline, so it hangs. But it doesn't do
// that if we provoke output (even a null string output!) at this
// point. A less ugly fix than werror("") might be desirable in
// the future.
// point. A less ugly fix than outfd->write("") might be desirable
// in the future.
outfd->write("");
#endif
return strlen(s);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment