From f5b4b2c1ed7ff92e2fb9339750f0288e2e794c4b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 4 Jul 2014 01:43:47 -0400 Subject: [PATCH] Fix charset unparse after recent changes --- src/fccharset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fccharset.c b/src/fccharset.c index c7913d1..6e0093f 100644 --- a/src/fccharset.c +++ b/src/fccharset.c @@ -916,7 +916,7 @@ FcNameUnparseCharSet (FcStrBuf *buf, const FcCharSet *c) FcNameUnparseUnicode (buf, last); } if (last != 0x7FFFFFFF) - FcStrBufChar (buf, ','); + FcStrBufChar (buf, ' '); /* Start new range. */ first = u; FcNameUnparseUnicode (buf, u);