mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-20 09:17:29 +07:00
Bugfix
This commit is contained in:
parent
e7ab37c01c
commit
8b31ee02a1
@ -328,7 +328,7 @@ public class ByteInput {
|
||||
*
|
||||
* @see #read32u()
|
||||
*/
|
||||
public long readSafe32u() {
|
||||
public int readSafe32u() {
|
||||
assert aligned() : "not aligned";
|
||||
try {
|
||||
incrementBitsRead(Integer.SIZE);
|
||||
|
Loading…
Reference in New Issue
Block a user