mu-sexp-convert: fix intra-array separator

It is now ", " rather than " ".
This commit is contained in:
mmirate 2012-12-19 22:32:47 -05:00
parent 17f3ef0c4b
commit e8c00e3001
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ into a list of pairs
(if (string? (cdr addr))
(format #f "\"email\": \"~a\""
(string->json (cdr addr))) "")))
expr " ")
expr ", ")
"]"))
((string= parent "parts") "[]") ;; todo
;; convert the crazy emacs time thingy to time_t...