Skip to content

Commit 22c8ed5

Browse files
committed
fixed raw data source
1 parent c50bc8f commit 22c8ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Asn1Parser/Asn1Reader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ public Asn1Universal GetTagObject() {
586586
/// </summary>
587587
/// <returns>A new instance of <see cref="Asn1Reader"/>.</returns>
588588
public Asn1Reader GetReader() {
589-
return new Asn1Reader(GetRawDataAsMemory(), 0, true);
589+
return new Asn1Reader(GetTagRawDataAsMemory(), 0, true);
590590
}
591591
/// <summary>
592592
/// Recursively processes ASN tree and builds internal offset map.

0 commit comments

Comments
 (0)