Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey committed Apr 16, 2021
1 parent 46908e6 commit 0711327
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ public static int ber_printf_emptyarg(SafeBerHandle berElement, string format, i
}
else
{
// We allow "t" here to check that a tag value at the end of stream does not produce an error.
// The actual tag value that affects the next element is passed with the next element using the tag argument.
Debug.Assert(format == "n" || format == "t");
Debug.Assert(format == "n");
return ber_put_null(berElement, tag);
}
}
Expand Down

0 comments on commit 0711327

Please sign in to comment.