Commit 7f85ef41 authored by Lev Walkin's avatar Lev Walkin

proper format character

parent 089b8e9a
...@@ -87,7 +87,7 @@ asn_TYPE_descriptor_t asn_DEF_OCTET_STRING = { ...@@ -87,7 +87,7 @@ asn_TYPE_descriptor_t asn_DEF_OCTET_STRING = {
} else { \ } else { \
RETURN(RC_FAIL); \ RETURN(RC_FAIL); \
} \ } \
ASN_DEBUG("Reallocating into %ld", _ns); \ ASN_DEBUG("Reallocating into %ld", (long)_ns); \
} \ } \
memcpy(st->buf + st->size, bufptr, _bs); \ memcpy(st->buf + st->size, bufptr, _bs); \
/* Convenient nul-termination */ \ /* Convenient nul-termination */ \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment