Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/c2f_pass.tcl part of check-in [38b967dcf5] - Merge aku's CVS import changes into the main line. Fix a small bug in diff.c. by drh on 2007-11-17 00:29:42. Also file tools/cvs2fossil/lib/c2f_pass.tcl part of check-in [05f9c95573] - Extended pass manager to keep timing data for the executed passes and show them after completion of all passes. by aku on 2007-10-24 14:44:57. [view]

To:

File tools/cvs2fossil/lib/c2f_pass.tcl part of check-in [9668b16455] - Bugfix in pass manager, handling of open-ended pass specifications. by aku on 2007-11-25 02:52:49. [view]

@@ -81,9 +81,9 @@
 	    }
 
 	    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"
 		}
 	    }