Commit 53827fd8 authored by Lev Walkin's avatar Lev Walkin

encoding bug

parent 9e4f415c
...@@ -598,6 +598,7 @@ INTEGER_encode_uper(asn_TYPE_descriptor_t *td, ...@@ -598,6 +598,7 @@ INTEGER_encode_uper(asn_TYPE_descriptor_t *td,
_ASN_ENCODE_FAILED; _ASN_ENCODE_FAILED;
if(per_put_many_bits(po, buf, 8 * mayEncode)) if(per_put_many_bits(po, buf, 8 * mayEncode))
_ASN_ENCODE_FAILED; _ASN_ENCODE_FAILED;
buf += mayEncode;
} }
_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