]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/streams/c/c.factor
Merge branch 'master' into microseconds
[factor.git] / core / io / streams / c / c.factor
old mode 100644 (file)
new mode 100755 (executable)
index 287ee3a..47e19d2
@@ -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 ;