Merge branch 'master' of github.com:vlm/asn1c

This commit is contained in:
Lev Walkin 2016-12-02 11:36:53 -08:00
commit 73d449d49c
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ per_get_few_bits(asn_per_data_t *pd, int nbits) {
(int)pd->moved,
(((long)pd->buffer) & 0xf),
(int)pd->nboff, (int)pd->nbits,
pd->buffer[0],
((pd->buffer != NULL)?pd->buffer[0]:0),
(int)(pd->nbits - pd->nboff),
(int)accum);