mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
323c0cf990
(Note that PORTREVISION has been bumped.) Submitted by: nork@cityfujisawa.ne.jp (Norikatsu Shigemura)
11 lines
312 B
Plaintext
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,' ');
|