#1150856, printing OCTET STRING value assignments

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@690 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2005-02-24 21:07:35 +00:00
parent 3d6c1fa96e
commit a9e55430b3
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,8 @@
0.9.10: 2005-Feb-24
* Fixes #1150856 (vvvy@users.sourceforge.net).
0.9.9: 2005-Feb-22
* First release of XER (XML) decoding implementation (somewhat

View File

@ -252,6 +252,7 @@ asn1print_value(asn1p_value_t *val, enum asn1print_flags flags) {
}
printf("'H");
}
return 0;
}
case ATV_REFERENCED:
return asn1print_ref(val->value.reference, flags);