summaryrefslogtreecommitdiff
path: root/chat/tkicb/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'chat/tkicb/patches/patch-ac')
-rw-r--r--chat/tkicb/patches/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/chat/tkicb/patches/patch-ac b/chat/tkicb/patches/patch-ac
new file mode 100644
index 00000000000..b1c699af6a1
--- /dev/null
+++ b/chat/tkicb/patches/patch-ac
@@ -0,0 +1,11 @@
+$NetBSD: patch-ac,v 1.1.1.1 2000/12/15 00:36:36 wiz Exp $
+
+--- tcl/util.tcl.orig Mon Jun 1 14:53:11 1998
++++ tcl/util.tcl Thu Oct 19 23:43:11 2000
+@@ -73,5 +73,5 @@
+ incr index -1
+
+- if {$index == 0} {
++ if {$index == $start} {
+ set index [expr $start + $maxLength]
+ break