diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-05-16 14:31:27 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-05-16 14:31:27 +0000 |
commit | 945429ef02ed33259aaaf5be37a7c21fd1da91f1 (patch) | |
tree | c8fb17c4aeab5b2ed7088a0545baab946a711838 /editors/xemacs-devel/files/patch-objects-x.c | |
parent | 0f0c123b43a5c25f142079fe9896907fed94d473 (diff) |
Notes
Diffstat (limited to 'editors/xemacs-devel/files/patch-objects-x.c')
-rw-r--r-- | editors/xemacs-devel/files/patch-objects-x.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/xemacs-devel/files/patch-objects-x.c b/editors/xemacs-devel/files/patch-objects-x.c new file mode 100644 index 000000000000..27f5d28c0b15 --- /dev/null +++ b/editors/xemacs-devel/files/patch-objects-x.c @@ -0,0 +1,18 @@ +--- src/objects-x.c.orig Tue May 16 16:40:38 2006 ++++ src/objects-x.c Tue May 16 16:44:08 2006 +@@ -1215,6 +1215,7 @@ + stderr_out ("Failed fontconfig initialization\n"); + else + { ++ struct charset_reporter *cr; + FcPattern *fontxft; /* long-lived, freed at end of this block */ + FcResult fcresult; + FcConfig *fcc; +@@ -1302,7 +1303,6 @@ + Optimization: cache the generated FcCharSet in the Mule charset. + Don't forget to destroy it if the Mule charset gets deallocated. */ + +- struct charset_reporter *cr; + for (cr = charset_table; + cr->charset && !EQ (*(cr->charset), charset); + cr++) |