git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket 26. The SETTINGS_IMPL & operator() declaration added.
[stg.git]
/
stglibs
/
smux.lib
/
INTEGER.c
diff --git
a/stglibs/smux.lib/INTEGER.c
b/stglibs/smux.lib/INTEGER.c
index 9c8b9ed3a5d778c30185842ca04cc5d8f9ca058b..ba455f07ef5268198aacf772a3005a9b6970468e 100644
(file)
--- a/
stglibs/smux.lib/INTEGER.c
+++ b/
stglibs/smux.lib/INTEGER.c
@@
-109,7
+109,6
@@
INTEGER__dump(asn_TYPE_descriptor_t *td, const INTEGER_t *st, asn_app_consume_by
signed long accum;
ssize_t wrote = 0;
char *p;
signed long accum;
ssize_t wrote = 0;
char *p;
- int ret;
/*
* Advance buf pointer until the start of the value's body.
/*
* Advance buf pointer until the start of the value's body.
@@
-130,6
+129,7
@@
INTEGER__dump(asn_TYPE_descriptor_t *td, const INTEGER_t *st, asn_app_consume_by
if((size_t)(buf_end - buf) <= sizeof(accum)) {
const asn_INTEGER_enum_map_t *el;
size_t scrsize;
if((size_t)(buf_end - buf) <= sizeof(accum)) {
const asn_INTEGER_enum_map_t *el;
size_t scrsize;
+ int ret;
char *scr;
if(buf == buf_end) {
char *scr;
if(buf == buf_end) {