Commit 14e39a91 authored by Lev Walkin's avatar Lev Walkin

propagate per encoding error

parent b032a07a
...@@ -278,7 +278,8 @@ BOOLEAN_encode_uper(asn_TYPE_descriptor_t *td, ...@@ -278,7 +278,8 @@ BOOLEAN_encode_uper(asn_TYPE_descriptor_t *td,
if(!st) _ASN_ENCODE_FAILED; if(!st) _ASN_ENCODE_FAILED;
per_put_few_bits(po, *st ? 1 : 0, 1); if(per_put_few_bits(po, *st ? 1 : 0, 1))
_ASN_ENCODE_FAILED;
_ASN_ENCODED_OK(er); _ASN_ENCODED_OK(er);
} }
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