Skip to content

Commit 2b9e514

Browse files
committed
Update IP2Proxy.java
1 parent 123cec4 commit 2b9e514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com/ip2proxy/IP2Proxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ private BigInteger Read32(final long Position, final ByteBuffer Buf, final Rando
11591159
}
11601160

11611161
private String ReadStr(long Position, final ByteBuffer DataBuf, final RandomAccessFile FileHandle) throws IOException {
1162-
int Size = 257; // max size of string field + 1 byte for the position
1162+
int Size = 256; // max size of string field + 1 byte for the position
11631163
final int Len;
11641164
final byte[] Data = new byte[Size];
11651165
byte[] Buf;

0 commit comments

Comments
 (0)