Bug#520402: gcalctool truncates to 32 bits with bitwise operations

kpalberg kpalberg at gmail.com
Thu Mar 19 12:07:49 UTC 2009


Package: gcalctool
Version: 5.22.3-2

In scientific view and hex number representation, calculating the
102030405 OR 1 gives the result 2030405 instead of the correct result
102030405. The same truncation to 32 bits happens for other bitwise
operations (XOR, AND). On the other hand, 102030405+1 gives the
correct result 102030406, no truncation.

I'm using Debian Lenny x86.






More information about the pkg-gnome-maintainers mailing list