Skip to content

Commit 27f5ccf

Browse files
committed
~fixes
1 parent 18b4846 commit 27f5ccf

File tree

1 file changed

+1
-1
lines changed
  • formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal

1 file changed

+1
-1
lines changed

formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/ProtobufReader.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ internal class ProtobufReader(private val input: ByteArrayInput) {
7676
}
7777

7878
fun skipSizeDelimited() {
79-
assertWireType(SIZE_DELIMITED)
79+
assertWireType(ProtoWireType.SIZE_DELIMITED)
8080
val length = decode32()
8181
checkLength(length)
8282
input.skipExactNBytes(length)

0 commit comments

Comments
 (0)