summaryrefslogtreecommitdiff
path: root/japanese/iv/files/patch-bl
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/iv/files/patch-bl')
-rw-r--r--japanese/iv/files/patch-bl11
1 files changed, 0 insertions, 11 deletions
diff --git a/japanese/iv/files/patch-bl b/japanese/iv/files/patch-bl
deleted file mode 100644
index 7eca01d9d162..000000000000
--- a/japanese/iv/files/patch-bl
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/IV-2_6/control.c.org Wed Feb 12 05:48:58 1992
-+++ src/lib/IV-2_6/control.c Mon Jan 3 14:18:03 2000
-@@ -162,7 +162,7 @@
- return true;
- }
- }
-- for (c = state_->Prev(); c != nil; c = c->Prev()) {
-+ for (ControlState* c = state_->Prev(); c != nil; c = c->Prev()) {
- if (c->IsView(i)) {
- return true;
- }