summaryrefslogtreecommitdiff
path: root/japanese/iv/files/patch-by
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/iv/files/patch-by')
-rw-r--r--japanese/iv/files/patch-by14
1 files changed, 0 insertions, 14 deletions
diff --git a/japanese/iv/files/patch-by b/japanese/iv/files/patch-by
deleted file mode 100644
index 400553ae50de..000000000000
--- a/japanese/iv/files/patch-by
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/lib/Unidraw/text.c.org Wed Mar 25 10:18:22 1992
-+++ src/lib/Unidraw/text.c Mon Jan 3 15:32:12 2000
-@@ -560,9 +560,10 @@
- // errors in a Postscript string.
-
- const char* PSText::Filter (const char* string, int len) {
-+ int dot;
- TextBuffer stext(sbuf, 0, SBUFSIZE);
-
-- for (int dot = 0; len--; string++) {
-+ for (dot = 0; len--; string++) {
- char c = *string;
-
- if (!isascii(c) || iscntrl(c)) {