Commit b53bbdf5 authored by Him188's avatar Him188

Fix JceStruct read

parent f75116a2
......@@ -469,7 +469,7 @@ class Jce private constructor(private val charset: JceCharset, context: SerialMo
while (input.input.canRead() && input.peakHeadOrNull()?.type != STRUCT_END) {
input.readHeadOrNull() ?: return@also
}
//input.readHeadOrNull()
input.readHeadOrNull()
}
} == null && isTagOptional(tag)) {
return null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment