aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/constr_SET_OF.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-11 09:44:13 +0000
committerLev Walkin <vlm@lionet.info>2004-08-11 09:44:13 +0000
commitba4e518c0205a565232813b59f35c162e6283929 (patch)
tree2814a46022d1518c401a5c2d40fc9515d78ae351 /skeletons/constr_SET_OF.c
parent8ee1593e1f4cfd2d3d2e59e9b6a6cd01d12e6d08 (diff)
portability
Diffstat (limited to 'skeletons/constr_SET_OF.c')
-rw-r--r--skeletons/constr_SET_OF.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/skeletons/constr_SET_OF.c b/skeletons/constr_SET_OF.c
index b3428bf1..53877f3d 100644
--- a/skeletons/constr_SET_OF.c
+++ b/skeletons/constr_SET_OF.c
@@ -520,7 +520,8 @@ SET_OF_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
int i;
if(!sptr) {
- _ASN_ERRLOG("%s: value not given", td->name);
+ _ASN_ERRLOG(app_errlog, app_key,
+ "%s: value not given", td->name);
return -1;
}