fontconfig: Branch 'master'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 src/fccharset.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f5b4b2c1ed7ff92e2fb9339750f0288e2e794c4b
Author: Behdad Esfahbod <behdad@xxxxxxxxxx>
Date:   Fri Jul 4 01:43:47 2014 -0400

    Fix charset unparse after recent changes

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);
_______________________________________________
Fontconfig mailing list
Fontconfig@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/fontconfig




[Index of Archives]     [Fedora Fonts]     [Fedora Users]     [Fedora Cloud]     [Kernel]     [Fedora Packaging]     [Fedora Desktop]     [PAM]     [Gimp Graphics Editor]     [Yosemite News]

  Powered by Linux