diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-01-17 20:59:25 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-01-17 20:59:25 +0000 |
commit | d3861848eeaf4cd7c5fc7db75b96c2eb0debb0e3 (patch) | |
tree | 1c39f217d4def01b03f784c4d13df9c9319bfdd9 /japanese/eterm/files/extra-patch-src:options.c | |
parent | Update to 0.1.8. (diff) |
Fix build. [1]
Fix the problem with display of multibyte characters. [2]
Reported by: Hiroshi Morita <tyuu@on.rim.or.jp> [1], "K.Magara" <magara@maizuru-ct.ac.jp> [2]
Diffstat (limited to '')
-rw-r--r-- | japanese/eterm/files/extra-patch-src:options.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/eterm/files/extra-patch-src:options.c b/japanese/eterm/files/extra-patch-src:options.c new file mode 100644 index 000000000000..b01f4b72bf23 --- /dev/null +++ b/japanese/eterm/files/extra-patch-src:options.c @@ -0,0 +1,11 @@ +--- src/options.c.orig Sun Jan 18 05:19:54 2004 ++++ src/options.c Sun Jan 18 05:25:51 2004 +@@ -2648,8 +2648,6 @@ + eterm_font_add(&etmfonts, rs_mfont[i], ((i == 0) ? def_font_idx : ((i <= def_font_idx) ? (i - 1) : i))); + RESET_AND_ASSIGN(rs_mfont[i], NULL); + } +- } else { +- eterm_font_add(&etmfonts, etfonts[i], i); + } + #endif + } |