This commit is contained in:
suyl
2021-08-13 15:12:09 +08:00
parent 2c6337fa21
commit 51850b93ed

View File

@@ -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
}