Fix charset unparse after recent changes

This commit is contained in:
Behdad Esfahbod 2014-07-04 01:43:47 -04:00
parent 940d27a197
commit f5b4b2c1ed
1 changed files with 1 additions and 1 deletions

View File

@ -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);