We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df78225 commit dc9a652Copy full SHA for dc9a652
src/mezz/codec-der.r
@@ -29,7 +29,7 @@ register-codec [
29
]
30
if data/1 <> 48 [
31
if verbose > 0 [
32
- print "*** DER data does not start with SEQUENCE tag ***^\*** "
+ prin "*** DER data does not start with SEQUENCE tag ***^/*** "
33
probe copy/part data 10
34
35
return none
0 commit comments