Skip to content

Commit 402fe65

Browse files
committed
Sync modified OIDIRI to regular
1 parent c22f0f2 commit 402fe65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SabreTools.ASN1/ObjectIdentifier.ModifiedOIDIRI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static partial class ObjectIdentifier
8484

8585
#region Start
8686

87-
var oidPath = $"/{values[index]}";
87+
var oidPath = string.Empty;
8888
switch (values[index++])
8989
{
9090
case 0: goto oid_0;

0 commit comments

Comments
 (0)