Check-in [9668b16455]
Not logged in
Overview

SHA1 Hash:9668b164556bbed0d1cac851e4a85a5572757bb6
Date: 2007-11-25 02:52:49
User: aku
Comment:Bugfix in pass manager, handling of open-ended pass specifications.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified tools/cvs2fossil/lib/c2f_pass.tcl from [6faa3b2682] to [7583043b11].

@@ -80,11 +80,11 @@
 		Ok? $end   end   ok
 	    }
 
 	    if {$ok} {
 		set mystart [Convert $start 0]
-		set myend   [Convert $end end]
+		set myend   [Convert $end   [expr {[llength $mypasses] - 1}]]
 		if {$mystart > $myend} {
 		    trouble fatal "Start pass is after end pass"
 		}
 	    }
 	} elseif {[llength $pl] < 2} {