Merge branch 'newpc92timings' of /scm/spider into newpc92timings

This commit is contained in:
Dirk Koopman 2007-09-22 17:14:53 +02:00
commit 66c58b99fa
2 changed files with 2 additions and 2 deletions

View File

@ -1655,7 +1655,7 @@ sub handle_92
if (@ent) {
my $add;
($parent, $add) = $self->pc92_handle_first_slot($ent[0], $parent, $t);
($parent, $add) = $self->pc92_handle_first_slot(\@ent, $parent, $t);
return unless $parent; # dupe
push @radd, $add if $add;

View File

@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
$version = '1.54';
$subversion = '0';
$build = '147';
$build = '148';
1;