Check-in [5b2d15f183]
Not logged in
Overview

SHA1 Hash:5b2d15f18356351f18a69fa57f148971dc770e62
Date: 2007-12-05 02:25:30
User: aku
Comment:Fixed typo, although it did not break anything.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified tools/cvs2fossil/lib/c2f_cyclebreaker.tcl from [775fd1f9e5] to [59ef48a9b8].

@@ -115,11 +115,11 @@
 		$dg node delete $n
 		incr myat
 		ShowPendingNodes
 	    }
 
-	    if {![llength [dg nodes]]} break
+	    if {![llength [$dg nodes]]} break
 
 	    BreakCycleHook       $dg
 	    InitializeCandidates $dg
 	    MarkWatch            $dg
 	}