summaryrefslogtreecommitdiff
path: root/japanese/iv/files/patch-bv
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/iv/files/patch-bv')
-rw-r--r--japanese/iv/files/patch-bv14
1 files changed, 14 insertions, 0 deletions
diff --git a/japanese/iv/files/patch-bv b/japanese/iv/files/patch-bv
new file mode 100644
index 000000000000..5c3c40814c6e
--- /dev/null
+++ b/japanese/iv/files/patch-bv
@@ -0,0 +1,14 @@
+--- src/lib/Unidraw/psview.c.org Mon Jan 3 14:40:35 2000
++++ src/lib/Unidraw/psview.c Mon Jan 3 15:15:12 2000
+@@ -992,9 +992,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 << " ";