Skip to content

Commit

Permalink
~fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shanshin committed Aug 23, 2024
1 parent 18b4846 commit 27f5ccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ internal class ProtobufReader(private val input: ByteArrayInput) {
}

fun skipSizeDelimited() {
assertWireType(SIZE_DELIMITED)
assertWireType(ProtoWireType.SIZE_DELIMITED)
val length = decode32()
checkLength(length)
input.skipExactNBytes(length)
Expand Down

0 comments on commit 27f5ccf

Please sign in to comment.