aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/INTEGER.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-09-08 01:56:32 +0000
committerLev Walkin <vlm@lionet.info>2006-09-08 01:56:32 +0000
commit53827fd83bdbc57b42760345f8b936a7aefbb7ea (patch)
tree2ed1fb92c87949d68ef61895a06950d4832726ca /skeletons/INTEGER.c
parent9e4f415c9ea961e2c52f80eab3fd27ca16f88d4f (diff)
encoding bug
Diffstat (limited to 'skeletons/INTEGER.c')
-rw-r--r--skeletons/INTEGER.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/skeletons/INTEGER.c b/skeletons/INTEGER.c
index e9f61ac0..3643465c 100644
--- a/skeletons/INTEGER.c
+++ b/skeletons/INTEGER.c
@@ -598,6 +598,7 @@ INTEGER_encode_uper(asn_TYPE_descriptor_t *td,
_ASN_ENCODE_FAILED;
if(per_put_many_bits(po, buf, 8 * mayEncode))
_ASN_ENCODE_FAILED;
+ buf += mayEncode;
}
_ASN_ENCODED_OK(er);