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, 0 insertions, 12 deletions
diff --git a/japanese/iv/files/patch-bq b/japanese/iv/files/patch-bq
deleted file mode 100644
index fe497312f8fe..000000000000
--- a/japanese/iv/files/patch-bq
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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;