Commit 3e3f61af authored by Lev Walkin's avatar Lev Walkin

negative enums are totally ok

parent d3cce46d
......@@ -182,7 +182,6 @@ NativeEnumerated_encode_uper(asn_TYPE_descriptor_t *td,
er.encoded = 0;
native = *(long *)sptr;
if(native < 0) ASN__ENCODE_FAILED;
key.nat_value = native;
kf = bsearch(&key, specs->value2enum, specs->map_count,
......
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