Bug#228742: libcorba-orbit-perl: Conversion from string to CORBA::LongLong and CORBA::ULongLong is broken

2004-01-20 Thread Alexey S. Mazurov
Package: libcorba-orbit-perl Version: 0.4.3-3 Severity: important Tags: patch Following script #!/usr/bin/perl -w use CORBA::ORBit; my $a = new CORBA::LongLong '123'; print "$a\n"; 1; prints 1230 --- libcorba-orbit-perl-0.4.3.orig/exttypes.c +++ libcorba-orbit-perl-0.4.3/exttypes.c @@ -79,8 +7

Bug#228743: libcorba-orbit-perl: Conversion from string to CORBA::LongLong and CORBA::ULongLong is broken

2004-01-20 Thread Alexey S. Mazurov
Package: libcorba-orbit-perl Version: 0.4.3-3 Severity: important Tags: patch Following script #!/usr/bin/perl -w use CORBA::ORBit; my $a = new CORBA::LongLong '123'; print "$a\n"; 1; prints 1230 --- libcorba-orbit-perl-0.4.3.orig/exttypes.c +++ libcorba-orbit-perl-0.4.3/exttypes.c @@ -79,8 +7