forked from lix-project/lix
copy-from-other-stores.pl: Report downloaded size as 0
This commit is contained in:
parent
7ccd946407
commit
1917d750a0
|
@ -73,7 +73,7 @@ if ($ARGV[0] eq "--query") {
|
|||
print "$deriver\n";
|
||||
print scalar @references, "\n";
|
||||
print "$_\n" foreach @references;
|
||||
print "$narSize\n";
|
||||
print "0\n";
|
||||
print "$narSize\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue