This commit is contained in:
Lev Walkin 2005-03-29 19:06:20 +00:00
parent 29a82196bb
commit 7c1b27bdb1
1 changed files with 1 additions and 1 deletions

View File

@ -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");