Fix thinko: caller argument in wrong place.
authorChris Hanson <org/chris-hanson/cph>
Wed, 25 Jan 2017 19:16:23 +0000 (11:16 -0800)
committerChris Hanson <org/chris-hanson/cph>
Wed, 25 Jan 2017 19:16:23 +0000 (11:16 -0800)
src/runtime/ttyio.scm

index ca76881b4e40ed84626499a9f4810f6c68cd0a18..bbc8f299e09cc57ee8c0c2f1062defc9908f9655 100644 (file)
@@ -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))