show doesn't need to print \r\n

db4
U-SLAVA-DFB8FF805\Slava 2008-11-22 02:44:35 -06:00
parent ec0d4717ca
commit 21856550e3
1 changed files with 1 additions and 1 deletions

2
core/io/streams/c/c.factor Normal file → Executable file
View File

@ -83,6 +83,6 @@ M: c-io-backend (file-appender)
#! print stuff from contexts where the I/O system would
#! otherwise not work (tools.deploy.shaker, the I/O
#! multiplexer thread).
"\r\n" append >byte-array
"\n" append >byte-array
stdout-handle fwrite
stdout-handle fflush ;