[AC] Unreak the unbreak the umlauts
Michael Sperber <[email protected]> Sun, 23 Nov 2014 19:28:49 +0100
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
Aidan Kehoe <[email protected]> writes: > Too late for the review, but this should be FcNameUnparse (temp), as it is in > the rest of the patch. Thanks! I've pushed this patch for the patch. 2014-11-23 Michael Sperber <[email protected]> * font-mgr.c (Ffc_name_unparse): Do the previous change to this file right and parse the pattern sans the charset. -- Regards, Mike diff --git a/src/font-mgr.c b/src/font-mgr.c --- a/src/font-mgr.c +++ b/src/font-mgr.c @@ -269,7 +269,7 @@ { FcPattern* temp = FcPatternDuplicate (XFC_PATTERN_PTR (pattern)); FcPatternDel (temp, FC_CHARSET); - name = FcNameUnparse (XFC_PATTERN_PTR (pattern)); + name = FcNameUnparse (temp); FcPatternDestroy (temp); } result = build_fcapi_string (name); _______________________________________________ XEmacs-Patches mailing list [email protected] http://lists.xemacs.org/mailman/listinfo/xemacs-patches