aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/constr_SET_OF.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-10-16 12:18:41 +0000
committerLev Walkin <vlm@lionet.info>2006-10-16 12:18:41 +0000
commited9019a9e442f7bf59e1186a4c20c04cfded21a8 (patch)
treeed66050111dece088aad68794aa16c4deb4b68ea /skeletons/constr_SET_OF.c
parent4902f05440cd828b03fb6fb628962dc0c0c97b8b (diff)
constraint fail message
Diffstat (limited to 'skeletons/constr_SET_OF.c')
-rw-r--r--skeletons/constr_SET_OF.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/constr_SET_OF.c b/skeletons/constr_SET_OF.c
index 96d2ae89..f9ade899 100644
--- a/skeletons/constr_SET_OF.c
+++ b/skeletons/constr_SET_OF.c
@@ -819,7 +819,7 @@ SET_OF_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
int i;
if(!sptr) {
- _ASN_CTFAIL(app_key, td,
+ _ASN_CTFAIL(app_key, td, sptr,
"%s: value not given (%s:%d)",
td->name, __FILE__, __LINE__);
return -1;