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:
be627c2
)
Fix compiler warning.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 28 Apr 2000 16:14:42 +0000
(16:14 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 28 Apr 2000 16:14:42 +0000
(16:14 +0000)
v7/src/imail/imap-syntax.scm
patch
|
blob
|
history
diff --git
a/v7/src/imail/imap-syntax.scm
b/v7/src/imail/imap-syntax.scm
index 7eb72c436b89874ef7d846e096f7dd24ef568b6d..3d42ac800c0e9502676b8fd10e506523296308f6 100644
(file)
--- a/
v7/src/imail/imap-syntax.scm
+++ b/
v7/src/imail/imap-syntax.scm
@@
-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
;;;
@@
-588,6
+588,7
@@
(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)