summaryrefslogtreecommitdiff
path: root/net/tkicb/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/tkicb/patches/patch-ab')
-rw-r--r--net/tkicb/patches/patch-ab12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/tkicb/patches/patch-ab b/net/tkicb/patches/patch-ab
deleted file mode 100644
index 9d91e6ce119..00000000000
--- a/net/tkicb/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2000/09/03 12:57:22 wiz Exp $
---- tcl/tabhist.tcl.orig Thu Aug 31 12:12:32 2000
-+++ tcl/tabhist.tcl Thu Aug 31 12:13:10 2000
-@@ -72,7 +72,7 @@
- regsub -all . $searchNick {\\&} matchStr
-
- foreach nick $TabHist_list {
-- if {[regexp -nocase "^$matchStr$" $nick]} {
-+ if {[string compare -nocase $matchStr $nick]} {
- DEBUG:Output tabhist 6 "TabHist:Search: returning $index"
- return $index
- }