From: Adam Dickmeiss Date: Tue, 10 Jun 2003 12:29:48 +0000 (+0000) Subject: Deny is default X-Git-Tag: tclrobot.0.2.0~16 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=e0020fef38d72084393c3d91a12c3a240cbfd4a9;p=tclrobot.git Deny is default --- diff --git a/robot.tcl b/robot.tcl index 231a5ca..35b1091 100755 --- a/robot.tcl +++ b/robot.tcl @@ -1,5 +1,5 @@ #!/usr/bin/tclsh -# $Id: robot.tcl,v 1.38 2003/06/10 12:12:35 adam Exp $ +# $Id: robot.tcl,v 1.39 2003/06/10 12:29:48 adam Exp $ # proc RobotFileNext1 {area lead} { # puts "RobotFileNext1 area=$area lead=$lead" @@ -1108,6 +1108,10 @@ proc checkrule {task type this} { return 0 } } + if {$debuglevel > 3} { + puts "CHECKFULE MATCH FAIL" + } + return 0 } if {$debuglevel > 3} { puts "CHECKRULE MATCH OK"