Closed joemag1 closed 8 years ago
Option.getLongValue was returning the wrong result for values larger than int32. This was due to overflow in the bit shift, which was performed on an int, rather than long. This fixes it.
Signed-off-by: Joe Magerramov joe.magerramov@gmail.com
Thanks for contributing, @magerramov :-)
Option.getLongValue was returning the wrong result for values larger than int32. This was due to overflow in the bit shift, which was performed on an int, rather than long. This fixes it.
Signed-off-by: Joe Magerramov joe.magerramov@gmail.com