This commit is contained in:
Tnze
2022-05-21 10:40:39 +08:00
parent 8f9bf27105
commit 30eadedda2
2 changed files with 38 additions and 25 deletions

View File

@ -24,7 +24,7 @@ func (m StringifiedMessage) TagType() byte {
return TagEnd
}
literal := d.data[start:d.readIndex()]
tagType, _ := parseLiteral(literal)
tagType, _, _ := parseLiteral(literal)
return tagType
case scanBeginCompound: