diff options
Diffstat (limited to 'japanese/iv/files/patch-bl')
-rw-r--r-- | japanese/iv/files/patch-bl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/iv/files/patch-bl b/japanese/iv/files/patch-bl new file mode 100644 index 000000000000..7eca01d9d162 --- /dev/null +++ b/japanese/iv/files/patch-bl @@ -0,0 +1,11 @@ +--- 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; + } |