fix h2s data parse

This commit is contained in:
fish 2019-06-24 12:15:06 +08:00
parent 737abf6f2b
commit 1898095d9a
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ func dealDatav3(data []byte) string{
buffer = new(bytes.Buffer)
h2sint1 := strconv.Itoa(int(data[13]))
buffer.WriteString(nh3int1)
buffer.WriteString(h2sint1)
buffer.WriteString(".")
h2sint2 := strconv.Itoa(int(data[14]))
if int64(data[14])<10{