summaryrefslogtreecommitdiff
path: root/fc-list/fc-list.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-08-31 14:38:18 -0700
committerKeith Packard <keithp@neko.keithp.com>2006-08-31 14:38:18 -0700
commitf57783d2e9c7362b1e5d5e3a967ba90fa49ade6e (patch)
treeaa406ae0ee717d5f9e2ed437387c3a87ab768461 /fc-list/fc-list.c
parent0a87ce715e1862c56702f5be43af9f246aa34e68 (diff)
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.
Diffstat (limited to 'fc-list/fc-list.c')
-rw-r--r--fc-list/fc-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-list/fc-list.c b/fc-list/fc-list.c
index d8a3364..b85dfd7 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);