1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/japanese/nkf/files/patch-ab
Masafumi Max NAKANE 323c0cf990 Add patch to fix a bug that often causes misconversion.
(Note that PORTREVISION has been bumped.)
Submitted by:	nork@cityfujisawa.ne.jp (Norikatsu Shigemura)
2001-11-14 01:58:05 +00:00

11 lines
312 B
Plaintext

--- nkf.c.orig Tue Nov 13 19:31:36 2001
+++ nkf.c Tue Nov 13 19:34:02 2001
@@ -1670,6 +1670,7 @@
if (0x21==c1) {
if (alpha_f&0x2) {
c1 = ' ';
+ c2 = 0;
} else if (alpha_f&0x4) {
(*o_zconv)(0,' ');
(*o_zconv)(0,' ');