aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-09-08 01:56:32 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-09-08 01:56:32 +0000
commite690952f312a77abd4d86a548cc0e23a3e6b622e (patch)
tree2ed1fb92c87949d68ef61895a06950d4832726ca /skeletons
parenta89a4b07b6dc451fac793e4a814ddb418bb0ee36 (diff)
encoding bug
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1155 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'skeletons')
-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);