summaryrefslogtreecommitdiffstats
path: root/groff-1.18.1.1-spacefix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'groff-1.18.1.1-spacefix.patch')
-rw-r--r--groff-1.18.1.1-spacefix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/groff-1.18.1.1-spacefix.patch b/groff-1.18.1.1-spacefix.patch
deleted file mode 100644
index 4c43532..0000000
--- a/groff-1.18.1.1-spacefix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/roff/troff/env.cc.orig 2006-01-12 14:43:05.000000000 +0100
-+++ ./src/roff/troff/env.cc 2006-01-12 14:45:55.000000000 +0100
-@@ -300,7 +300,7 @@
- * This code is based on jgroff
- * about kerning between ASCII and EUC-JP
- */
-- if (!ci->get_wchar_code()) {
-+ if (!ci->get_wchar_code() || wchar_code(ci->get_wchar_code()) < 0x590) {
- /*
- * This node is a ASCII character node.
- */