diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-18 07:36:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-18 07:36:04 +0000 |
commit | 3c2bd91eb296c5737e4661f64732230ee5072515 (patch) | |
tree | 044daf468296c1eb6102b5759b212ec88ac817ee /japanese/eterm/files/extra-patch-src:command.c | |
parent | Add p5-ming, a Perl5 module for Ming which allows you to create Flash (diff) |
Update to 0.9.1.
japanese/eterm becomes a slave port of x11/eterm.
PR: ports/30629
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> (MAINTAINER)
Diffstat (limited to 'japanese/eterm/files/extra-patch-src:command.c')
-rw-r--r-- | japanese/eterm/files/extra-patch-src:command.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/eterm/files/extra-patch-src:command.c b/japanese/eterm/files/extra-patch-src:command.c new file mode 100644 index 000000000000..3168bb182bd2 --- /dev/null +++ b/japanese/eterm/files/extra-patch-src:command.c @@ -0,0 +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; + } |