projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aafeee8
)
Fix thinko: caller argument in wrong place.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 25 Jan 2017 19:16:23 +0000
(11:16 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 25 Jan 2017 19:16:23 +0000
(11:16 -0800)
src/runtime/ttyio.scm
patch
|
blob
|
history
diff --git
a/src/runtime/ttyio.scm
b/src/runtime/ttyio.scm
index ca76881b4e40ed84626499a9f4810f6c68cd0a18..bbc8f299e09cc57ee8c0c2f1062defc9908f9655 100644
(file)
--- a/
src/runtime/ttyio.scm
+++ b/
src/runtime/ttyio.scm
@@
-83,8
+83,8
@@
USA.
(make-channel-output-sink output-channel)
'TEXT
'TEXT
- (
channel-type=file? input-channel
)
- (
default-object
)))
+ (
default-object
)
+ (
channel-type=file? input-channel
)))
(define (set-console-i/o-port! port)
(if (not (i/o-port? port))