aa
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user