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
@@ -59,6 +59,6 @@ private int bitmapAddressOffset(int fd) {
}

private long bitmapElementMask(int fd) {
return 1 << (fd % FIELD_SIZE_IN_BITS);
return 1L << (fd % FIELD_SIZE_IN_BITS);
}
}

0 comments on commit c8746f9

Please sign in to comment.