diff options
| author | mmirate <mmirate@gmx.com> | 2012-12-19 22:32:47 -0500 |
|---|---|---|
| committer | mmirate <mmirate@gmx.com> | 2012-12-19 22:32:47 -0500 |
| commit | e8c00e30019e2e4c79cc62859dbcd49584fcd5a7 (patch) | |
| tree | 8901fe2c5562723ea1ebb2508e05f27c8726e202 /contrib | |
| parent | 17f3ef0c4b700320b4f1df706c715cc39a60488b (diff) | |
mu-sexp-convert: fix intra-array separator
It is now ", " rather than " ".
Diffstat (limited to 'contrib')
| -rwxr-xr-x | contrib/mu-sexp-convert | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mu-sexp-convert b/contrib/mu-sexp-convert index f633b1b..18aba6c 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... |
