File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ public sealed class MsgPackConstant
10
10
public static readonly long MAX_UINT32 = EzyMath . bin2long ( 32 ) ;
11
11
12
12
public static readonly long MIN_NEGATIVE_FIXINT = - EzyMath . bin2int ( 5 ) - 1 ;
13
- public static readonly long MIN_INT8 = - EzyMath . bin2int ( 7 ) ;
14
- public static readonly long MIN_INT16 = - EzyMath . bin2int ( 15 ) ;
15
- public static readonly long MIN_INT32 = - EzyMath . bin2int ( 31 ) ;
13
+ public static readonly long MIN_INT8 = - EzyMath . bin2int ( 7 ) - 1 ;
14
+ public static readonly long MIN_INT16 = - EzyMath . bin2int ( 15 ) - 1 ;
15
+ public static readonly long MIN_INT32 = - EzyMath . bin2int ( 31 ) - 1 ;
16
16
17
17
public static readonly int MAX_FIXMAP_SIZE = EzyMath . bin2int ( 4 ) ;
18
18
public static readonly int MAX_FIXARRAY_SIZE = EzyMath . bin2int ( 4 ) ;
You can’t perform that action at this time.
0 commit comments