Only add one instance of a file to the need list (fixes #592)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user