mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Oops.
This commit is contained in:
parent
a4f0365b2d
commit
1a211d812f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ sub computeSmallestDownload {
|
|||
|
||||
while ($queueFront < scalar @queue) {
|
||||
my $u = $queue[$queueFront++];
|
||||
return if defined $done{$u};
|
||||
next if defined $done{$u};
|
||||
$done{$u} = 1;
|
||||
|
||||
addNode \%graph, $u;
|
||||
|
|
Loading…
Reference in a new issue