From e8c00e30019e2e4c79cc62859dbcd49584fcd5a7 Mon Sep 17 00:00:00 2001 From: mmirate Date: Wed, 19 Dec 2012 22:32:47 -0500 Subject: [PATCH] mu-sexp-convert: fix intra-array separator It is now ", " rather than " ". --- contrib/mu-sexp-convert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/mu-sexp-convert b/contrib/mu-sexp-convert index f633b1b3..18aba6c0 100755 --- a/contrib/mu-sexp-convert +++ b/contrib/mu-sexp-convert @@ -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...