about summary refs log tree commit diff
path: root/interpret.e
diff options
context:
space:
mode:
Diffstat (limited to 'interpret.e')
-rw-r--r--interpret.e3
1 files changed, 2 insertions, 1 deletions
diff --git a/interpret.e b/interpret.e
index 7d5d429..7f839ac 100644
--- a/interpret.e
+++ b/interpret.e
@@ -574,7 +574,8 @@ dup entry-flags@ 0x80 invert & swap entry-flags!
   main-input-buffer buffer-logical-start !
   1024 main-input-buffer buffer-physical-length !
   0 main-input-buffer buffer-logical-length !
-  [ s" refill-input-buffer-from-stdin"
+  0 main-input-buffer buffer-file-descriptor !
+  [ s" refill-input-buffer-from-stream"
     find entry-to-execution-token literal ]
   main-input-buffer input-buffer-refill !
   ;