Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Mon, 9 Aug 1999 18:33:25 +0000 (18:33 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 9 Aug 1999 18:33:25 +0000 (18:33 +0000)
v7/src/runtime/output.scm

index 34386ccafccf5531f99d3d8f07f93dbac288ba47..05dac465a83c7c994b26426c97f35315937d508d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: output.scm,v 14.20 1999/08/09 18:10:38 cph Exp $
+$Id: output.scm,v 14.21 1999/08/09 18:33:25 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
@@ -97,7 +97,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
         (if (default-object? port)
             (current-output-port)
             (guarantee-output-port port))))
-    (output-port/write-string port string start end)
+    (output-port/write-substring port string start end)
     (output-port/discretionary-flush port)))
 
 (define (wrap-custom-operation-0 operation-name)