aboutsummaryrefslogtreecommitdiff
path: root/japanese/eterm/files/extra-patch-src:command.c
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/eterm/files/extra-patch-src:command.c')
-rw-r--r--japanese/eterm/files/extra-patch-src:command.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/japanese/eterm/files/extra-patch-src:command.c b/japanese/eterm/files/extra-patch-src:command.c
index 3168bb182bd2..ec44f74e3be3 100644
--- a/japanese/eterm/files/extra-patch-src:command.c
+++ b/japanese/eterm/files/extra-patch-src:command.c
@@ -1,13 +1,13 @@
---- src/command.c.orig Sat Sep 15 16:57:02 2001
-+++ src/command.c Sat Sep 15 16:57:24 2001
-@@ -1737,10 +1737,6 @@
- setlocale(LC_ALL, "");
- fontset = XCreateFontSet(Xdisplay, fontname, &ml, &mc, &ds);
- FREE(fontname);
-- if (mc) {
-- XFreeStringList(ml);
-- fontset = 0;
-- }
- }
- return fontset;
+--- src/command.c.orig Fri Oct 25 12:57:17 2002
++++ src/command.c Sat Apr 5 09:16:50 2003
+@@ -1755,10 +1755,6 @@
+ setlocale(LC_ALL, "");
+ fontset = XCreateFontSet(Xdisplay, fontname, &ml, &mc, &ds);
+ FREE(fontname);
+- if (mc) {
+- XFreeStringList(ml);
+- fontset = 0;
+- }
+ }
+ return fontset;
}