From 5a8e7d1c7697fd7cde6940cee72a004ab2ab46d5 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 12 May 2009 06:25:06 -0500 Subject: [PATCH] io.bakend.windows.nt: fix bootstrap error --- basis/io/backend/windows/nt/nt.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/io/backend/windows/nt/nt.factor b/basis/io/backend/windows/nt/nt.factor index c102cae8c2..69a695ac72 100755 --- a/basis/io/backend/windows/nt/nt.factor +++ b/basis/io/backend/windows/nt/nt.factor @@ -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