diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-08-31 14:38:18 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-08-31 14:38:18 -0700 |
commit | f57783d2e9c7362b1e5d5e3a967ba90fa49ade6e (patch) | |
tree | aa406ae0ee717d5f9e2ed437387c3a87ab768461 /fc-list | |
parent | 0a87ce715e1862c56702f5be43af9f246aa34e68 (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')
-rw-r--r-- | fc-list/fc-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |