summaryrefslogtreecommitdiff
path: root/japanese/iv/files/patch-bq
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/iv/files/patch-bq')
-rw-r--r--japanese/iv/files/patch-bq12
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/iv/files/patch-bq b/japanese/iv/files/patch-bq
new file mode 100644
index 000000000000..fe497312f8fe
--- /dev/null
+++ b/japanese/iv/files/patch-bq
@@ -0,0 +1,12 @@
+--- src/lib/IV-2_6/matcheditor.c.org Thu Jun 25 03:30:20 1992
++++ src/lib/IV-2_6/matcheditor.c Mon Jan 3 14:32:28 2000
+@@ -53,7 +53,8 @@
+ }
+
+ void MatchEditor::Match (const char* p, boolean m) {
+- for (char* pp = pattern; *p != '\0'; ++p, ++pp) {
++ char* pp;
++ for (pp = pattern; *p != '\0'; ++p, ++pp) {
+ *pp = *p;
+ if (*p == '%') {
+ ++p;