Skip to content
Snippets Groups Projects
Commit 14d7099e authored by Lev Walkin's avatar Lev Walkin
Browse files

api change reflection

parent 065a74bc
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ asn1c_type_name(arg_t *arg, asn1p_expr_t *expr, enum tnfmt _format) {
*/
asn1p_expr_t *terminal;
terminal = asn1f_find_terminal_type_ex(
arg->asn, arg->mod, arg->expr, NULL);
arg->asn, arg->mod, arg->expr);
if(terminal
&& (terminal->expr_type
& (ASN_BASIC_MASK | ASN_STRING_MASK)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment