Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ public Object fixnumOrBignum(BigInteger value) {
return (int) longValue;
} else {
longProfile.enter();
return value;
return longValue;
}
} else {
return value;

0 comments on commit e1cf5f6

Please sign in to comment.