diff options
Diffstat (limited to 'x11-toolkits/iv/files/patch-bz')
-rw-r--r-- | x11-toolkits/iv/files/patch-bz | 14 |
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; } |