Bug#566587: FTBFS: tests fail

Nick Wellnhofer wellnhofer at aevum.de
Sat Apr 3 01:20:53 UTC 2010


I can't test this but to me it looks like the correct fix is:

-       my $low4bytes = ( ( $self->get_byte( $offset     ) >> 1  ) & 
0x30 ) << 30;
+       my $low4bytes = ( ( $self->get_byte( $offset     ) >> 1  ) & 
0x03 ) << 30;

Nick





More information about the pkg-perl-maintainers mailing list