Commit 475d91f0 authored by Lev Walkin's avatar Lev Walkin

int -> long

parent 2389ca32
...@@ -184,7 +184,7 @@ asn1c_type_name(arg_t *arg, asn1p_expr_t *expr, enum tnfmt _format) { ...@@ -184,7 +184,7 @@ asn1c_type_name(arg_t *arg, asn1p_expr_t *expr, enum tnfmt _format) {
if(expr->expr_type == ASN_BASIC_REAL) if(expr->expr_type == ASN_BASIC_REAL)
return "double"; return "double";
else else
return "int"; return "long";
default: break; default: break;
} }
switch(expr->expr_type) { switch(expr->expr_type) {
......
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