Fix linksto and zero-costs

This commit is contained in:
Barak Michener 2014-08-16 06:30:27 -04:00
parent e453385d5e
commit a371155cd2
2 changed files with 23 additions and 14 deletions

View file

@ -212,5 +212,5 @@ func (it *LinksTo) Stats() graph.IteratorStats {
}
func (it *LinksTo) Size() (int64, bool) {
return 0, true
return it.Stats().Size, false
}