From e0020fef38d72084393c3d91a12c3a240cbfd4a9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 10 Jun 2003 12:29:48 +0000 Subject: [PATCH] Deny is default --- robot.tcl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" -- 1.7.10.4