*** empty log message ***

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1026 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2005-12-21 10:08:27 +00:00
parent 99079ea34c
commit e3dc00d707
1 changed files with 1 additions and 1 deletions

View File

@ -1274,7 +1274,7 @@ OCTET_STRING_decode_uper(asn_codec_ctx_t *opt_codec_ctx,
len_bits += ct->lower_bound;
ASN_DEBUG("Got per length eb %ld, len %ld",
ct->effective_bits, (long)len_bits);
(long)ct->effective_bits, (long)len_bits);
if(unit_bits == 1) {
len_bytes = (len_bits + 7) >> 3;
if(len_bits & 0x7)