From c9ff0f04abcd6fbf70000f4d8e28579ffe341303 Mon Sep 17 00:00:00 2001 From: ferrieux Date: Tue, 9 Feb 2010 14:08:53 +0000 Subject: Get the inequality right --- tools/genStubs.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/genStubs.tcl b/tools/genStubs.tcl index ffbb9c3..613d62f 100644 --- a/tools/genStubs.tcl +++ b/tools/genStubs.tcl @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: genStubs.tcl,v 1.37 2010/02/09 14:05:43 ferrieux Exp $ +# RCS: @(#) $Id: genStubs.tcl,v 1.38 2010/02/09 14:08:53 ferrieux Exp $ package require Tcl 8.4 @@ -990,7 +990,7 @@ proc genStubs::emitInit {name textVar} { } foreach intf [array names interfaces] { if {[info exists hooks($intf)]} { - if {0>[lsearch -exact $hooks($intf) $name]} { + if {0<=[lsearch -exact $hooks($intf) $name]} { set root 0 break; } -- cgit v0.12