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

sptr

parent 29a82196
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ asn1c_emit_constraint_checking_code(arg_t *arg) {
OUT("/* SEQUENCE validation code is the same as SET */\n");
case ASN_CONSTR_SET_OF:
OUT("/* Perform validation of the inner elements */\n");
OUT("return SET_OF_constraint(td, list, app_errlog, app_key);\n");
OUT("return SET_OF_constraint(td, sptr, app_errlog, app_key);\n");
break;
default:
OUT("/* Constraint check succeeded */\n");
......
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