fix K crash
authorDirk Koopman <djk@tobit.co.uk>
Sat, 22 Sep 2007 19:21:06 +0000 (20:21 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Sat, 22 Sep 2007 19:21:06 +0000 (20:21 +0100)
perl/DXProtHandle.pm
perl/Version.pm

index 96e62c707f1684d85860361782e567c88c14aa09..5234cdab93a071546c3aee179cc35623e1768f50 100644 (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;
index b75aaed4aa6a3f6ddb06c5696ef378bcd3460f5e..b8d30dd68257b2d18394ee9ea0e0cb958652b9a4 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '147';
+$build = '149';
 
 1;