Add space before field body in RFC822-TIME->STRING.

This commit is contained in:
sperber 2003-01-22 08:54:22 +00:00
parent 1fa3096a34
commit e51180ffdf
1 changed files with 1 additions and 1 deletions

View File

@ -110,4 +110,4 @@
(make-read-rfc822-headers read-rfc822-field-with-line-breaks))
(define (rfc822-time->string time)
(format-date "~a, ~d ~b ~Y ~H:~M:~S GMT" (date time 0)))
(format-date " ~a, ~d ~b ~Y ~H:~M:~S GMT" (date time 0)))