This commit is contained in:
Steve McIntyre 2006-12-10 22:37:38 +00:00
parent 96608804fc
commit e1116e39e4
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ while (defined (my $pkg = <INLIST>)) {
print LOG "CD $disknum: size is $size before starting to add packages\n";
if (defined($overflowpkg)) {
print LOG "Starting with the package that failed on the last disc: $overflowpkg\n";
$guess_size = add_packages($cddir, $overflowpkg)
$guess_size = add_packages($cddir, $overflowpkg);
$size += $guess_size;
print LOG "CD $disknum: GUESS_TOTAL is $size after adding $overflowpkg\n";
undef $overflowpkg;