Fix compiler warning.
authorChris Hanson <org/chris-hanson/cph>
Fri, 28 Apr 2000 16:14:42 +0000 (16:14 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 28 Apr 2000 16:14:42 +0000 (16:14 +0000)
v7/src/imail/imap-syntax.scm

index 7eb72c436b89874ef7d846e096f7dd24ef568b6d..3d42ac800c0e9502676b8fd10e506523296308f6 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imap-syntax.scm,v 1.5 2000/04/25 03:38:51 cph Exp $
+;;; $Id: imap-syntax.scm,v 1.6 2000/04/28 16:14:42 cph Exp $
 ;;;
 ;;; Copyright (c) 2000 Massachusetts Institute of Technology
 ;;;
   (imap:write-literal-substring-header string 0 (string-length string) port))
 
 (define (imap:write-literal-substring-header string start end port)
+  string
   (write-char #\{ port)
   (write (fix:- end start) port)
   (write-char #\} port)