about summary refs log tree commit diff stats
path: root/buffered-stdin.mu
diff options
context:
space:
mode:
Diffstat (limited to 'buffered-stdin.mu')
-rw-r--r--buffered-stdin.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffered-stdin.mu b/buffered-stdin.mu
index 2e437b4e..3f4030b9 100644
--- a/buffered-stdin.mu
+++ b/buffered-stdin.mu
@@ -15,7 +15,7 @@
     (s:string-address <- new "? ")
     (print-string nil:literal/terminal s:string-address)
     { begin
-      (x:tagged-value buffered-stdin:channel-address/deref/nochange <- read buffered-stdin:channel-address)
+      (x:tagged-value buffered-stdin:channel-address/deref <- read buffered-stdin:channel-address)
       (c:character <- maybe-coerce x:tagged-value character:literal)
 ;?       (print-primitive-to-host (("AAA " literal))) ;? 1
 ;?       (print-primitive-to-host c:character) ;? 1