Requested changes
This commit is contained in:
parent
fcfa022232
commit
4a05837b01
@ -85,7 +85,7 @@ public final class VarInt {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Most significant bit denotes another byte is to be read.
|
// Most significant bit denotes another byte is to be read.
|
||||||
if ((b & 0x80) != 0x80) {
|
if ((b & 0x80) == 0) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user