]> gitweb.factorcode.org Git - factor.git/commitdiff
io.bakend.windows.nt: fix bootstrap error
authorSlava Pestov <slava@factorcode.org>
Tue, 12 May 2009 11:25:06 +0000 (06:25 -0500)
committerSlava Pestov <slava@factorcode.org>
Tue, 12 May 2009 11:25:06 +0000 (06:25 -0500)
basis/io/backend/windows/nt/nt.factor

index c102cae8c251d4faf0ac62da7ecc1cf571211377..69a695ac7205826bd6fffb2575150f09b01f1ce3 100755 (executable)
@@ -143,6 +143,6 @@ M: winnt (wait-to-read) ( port -- )
 M: winnt init-stdio
     console-app?
     [ init-c-stdio ]
-    [ null-reader null-writer null-writer init-stdio ] if ;
+    [ null-reader null-writer null-writer set-stdio ] if ;
 
 winnt set-io-backend