From 51850b93ed7117eb75638d18a814f4256dce5eef Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 13 Aug 2021 15:12:09 +0800 Subject: [PATCH] aa --- business/jxstore/event/event_tcp_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/event/event_tcp_utils.go b/business/jxstore/event/event_tcp_utils.go index 2a755d0f5..af6a8f713 100644 --- a/business/jxstore/event/event_tcp_utils.go +++ b/business/jxstore/event/event_tcp_utils.go @@ -537,7 +537,7 @@ func h8l82int(h, l string) (i int64) { for j := 0; j < flag2; j++ { s2 = "0" + s2 } - i, _ = strconv.ParseInt(s1+s2, 2, 10) + i, _ = strconv.ParseInt(s1+s2, 2, 32) return i }