]> gitweb.factorcode.org Git - factor.git/commitdiff
show doesn't need to print \r\n
authorU-SLAVA-DFB8FF805\Slava <Slava@slava-dfb8ff805.(none)>
Sat, 22 Nov 2008 08:44:35 +0000 (02:44 -0600)
committerU-SLAVA-DFB8FF805\Slava <Slava@slava-dfb8ff805.(none)>
Sat, 22 Nov 2008 08:44:35 +0000 (02:44 -0600)
core/io/streams/c/c.factor [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 1e12d7e..dd7f322
@@ -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 ;