Skip to content

Commit dc9a652

Browse files
committed
FIX: correct formating in the DER codec warning
1 parent df78225 commit dc9a652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/codec-der.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ register-codec [
2929
]
3030
if data/1 <> 48 [
3131
if verbose > 0 [
32-
print "*** DER data does not start with SEQUENCE tag ***^\*** "
32+
prin "*** DER data does not start with SEQUENCE tag ***^/*** "
3333
probe copy/part data 10
3434
]
3535
return none

0 commit comments

Comments
 (0)