From f57783d2e9c7362b1e5d5e3a967ba90fa49ade6e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 31 Aug 2006 14:38:18 -0700 Subject: Revert ABI changes from version 2.3 Accidental ABI changes and additions were discovered by looking at the differences in fontconfig.h. All of those have been reverted. --- fc-list/fc-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fc-list') diff --git a/fc-list/fc-list.c b/fc-list/fc-list.c index d8a33645..b85dfd7e 100644 --- a/fc-list/fc-list.c +++ b/fc-list/fc-list.c @@ -150,7 +150,7 @@ main (int argc, char **argv) FcChar8 *font; FcChar8 *file; - font = FcNameUnparseEscaped (fs->fonts[j], FcFalse); + font = FcNameUnparse (fs->fonts[j]); if (FcPatternGetString (fs->fonts[j], FC_FILE, 0, &file) == FcResultMatch) printf ("%s: ", file); printf ("%s\n", font); -- cgit v1.2.3