comma missing

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@198 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2004-08-23 08:34:14 +00:00
parent 63a2ec9e0d
commit 3f84c5dd85
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ PrintableString_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
"(%s:%d)",
td->name,
(buf - st->buf) + 1,
*buf
*buf,
__FILE__, __LINE__);
return -1;
}