aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-03-29 19:06:20 +0000
committerLev Walkin <vlm@lionet.info>2005-03-29 19:06:20 +0000
commit7c1b27bdb109f45a3c98fdf7f75709b1d22f5e3c (patch)
treef752ab10ba9bbce5b3eda9d0775d0877f644fcbc /libasn1compiler
parent29a82196bb857d9e07490dea5bb2d1710a6855ad (diff)
sptr
Diffstat (limited to 'libasn1compiler')
-rw-r--r--libasn1compiler/asn1c_constraint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libasn1compiler/asn1c_constraint.c b/libasn1compiler/asn1c_constraint.c
index 78097838..4550c52a 100644
--- a/libasn1compiler/asn1c_constraint.c
+++ b/libasn1compiler/asn1c_constraint.c
@@ -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");