aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/iv/files/patch-bz
diff options
context:
space:
mode:
authorSeigo Tanimura <tanimura@FreeBSD.org>2000-01-25 02:35:00 +0000
committerSeigo Tanimura <tanimura@FreeBSD.org>2000-01-25 02:35:00 +0000
commitbf57334ca05803deee2cd41ed90862ae307b4f73 (patch)
tree2ff5f4bfb5d7b7594cef6443738477a51e20f71d /x11-toolkits/iv/files/patch-bz
parent8a5a7f21a71cee61b7b4c84b73dbe2e598bbbec2 (diff)
Notes
Diffstat (limited to 'x11-toolkits/iv/files/patch-bz')
-rw-r--r--x11-toolkits/iv/files/patch-bz14
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-toolkits/iv/files/patch-bz b/x11-toolkits/iv/files/patch-bz
index 1b978829b58b..d71a4f1979e0 100644
--- a/x11-toolkits/iv/files/patch-bz
+++ b/x11-toolkits/iv/files/patch-bz
@@ -1,12 +1,14 @@
---- src/bin/doc/Keymap.c.orig Tue Dec 28 23:21:41 1999
-+++ src/bin/doc/Keymap.c Tue Dec 28 23:22:00 1999
-@@ -105,12 +105,12 @@
+--- src/bin/doc/Keymap.c.org Sat Apr 11 14:29:37 1992
++++ src/bin/doc/Keymap.c Sun Jan 23 19:58:14 2000
+@@ -103,6 +103,7 @@
+ _viewer != nil
+ && e.type() == Event::key && e.mapkey(s, sizeof(s)) > 0
) {
++ long i;
_viewer->ref();
ItemView* view = _viewer->focus();
-- long count = _info->count();
-+ long count = _info->count(), i;
- int key = s[0];
+ long count = _info->count();
+@@ -110,7 +111,7 @@
if (key < 0) {
key += 256;
}