Skip to content
Snippets Groups Projects
Commit 5a56c7c4 authored by Lev Walkin's avatar Lev Walkin
Browse files

comma missing

parent d34a8511
Branches
Tags
No related merge requests found
...@@ -71,7 +71,7 @@ PrintableString_constraint(asn1_TYPE_descriptor_t *td, const void *sptr, ...@@ -71,7 +71,7 @@ PrintableString_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
"(%s:%d)", "(%s:%d)",
td->name, td->name,
(buf - st->buf) + 1, (buf - st->buf) + 1,
*buf *buf,
__FILE__, __LINE__); __FILE__, __LINE__);
return -1; return -1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment