summaryrefslogtreecommitdiff
path: root/japanese/iv/files/patch-bo
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/iv/files/patch-bo')
-rw-r--r--japanese/iv/files/patch-bo38
1 files changed, 0 insertions, 38 deletions
diff --git a/japanese/iv/files/patch-bo b/japanese/iv/files/patch-bo
deleted file mode 100644
index f9641e4dd41e..000000000000
--- a/japanese/iv/files/patch-bo
+++ /dev/null
@@ -1,38 +0,0 @@
---- src/bin/idraw/idarrow.c.org Tue Jul 14 02:46:07 1992
-+++ src/bin/idraw/idarrow.c Mon Jan 3 14:25:47 2000
-@@ -304,9 +304,10 @@
- if (dashpatsize <= 0) {
- out << "[] " << dashoffset << " ";
- } else {
-+ int i;
- out << "[";
-
-- for (int i = 0; i < dashpatsize - 1; i++) {
-+ for (i = 0; i < dashpatsize - 1; i++) {
- out << dashpat[i] << " ";
- }
- out << dashpat[i] << "] " << dashoffset << " ";
-@@ -557,9 +558,10 @@
- if (dashpatsize <= 0) {
- out << "[] " << dashoffset << " ";
- } else {
-+ int i;
- out << "[";
-
-- for (int i = 0; i < dashpatsize - 1; i++) {
-+ for (i = 0; i < dashpatsize - 1; i++) {
- out << dashpat[i] << " ";
- }
- out << dashpat[i] << "] " << dashoffset << " ";
-@@ -806,9 +808,10 @@
- if (dashpatsize <= 0) {
- out << "[] " << dashoffset << " ";
- } else {
-+ int i;
- out << "[";
-
-- for (int i = 0; i < dashpatsize - 1; i++) {
-+ for (i = 0; i < dashpatsize - 1; i++) {
- out << dashpat[i] << " ";
- }
- out << dashpat[i] << "] " << dashoffset << " ";