Only add one instance of a file to the need list (fixes #592)

This commit is contained in:
Jakob Borg
2014-09-08 09:37:42 +02:00
parent 2117d1d035
commit fc4a76ee50
2 changed files with 43 additions and 0 deletions

View File

@@ -678,6 +678,9 @@ outer:
if cont := fn(gf); !cont {
return
}
// This file is handled, no need to look further in the version list
continue outer
}
}
}