Skip to content

Commit

Permalink
The things we miss...
Browse files Browse the repository at this point in the history
  • Loading branch information
kitskub committed Sep 4, 2014
1 parent bb6f042 commit a17d954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static void writeVarInt(ByteBuf buf, int value) {
* @throws java.io.IOException If the reading fails
*/
public static long readVarLong(ByteBuf buf) throws IOException {
int out = 0;
long out = 0;
int bytes = 0;
byte in;
while (true) {
Expand Down

0 comments on commit a17d954

Please sign in to comment.