Commit 67b7788c authored by Mark's avatar Mark Committed by Mouse

fix JER SET OF invalid output

This adds a `: ` between the type name and the data in SET OF
parent cecb8d1b
......@@ -86,7 +86,7 @@ SET_OF_encode_jer(const asn_TYPE_descriptor_t *td, const void *sptr, int ilevel,
if(mname) {
if(!xcan) ASN__TEXT_INDENT(1, ilevel);
ASN__CALLBACK3("\"", 1, mname, mlen, "\"", 1);
ASN__CALLBACK3("\"", 1, mname, mlen, "\": ", 3);
}
if(!xcan && specs->as_XMLValueList == 1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment