aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/GeneralizedTime.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/GeneralizedTime.c
parent8ee1593e1f4cfd2d3d2e59e9b6a6cd01d12e6d08 (diff)
portability
Diffstat (limited to 'skeletons/GeneralizedTime.c')
-rw-r--r--skeletons/GeneralizedTime.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/skeletons/GeneralizedTime.c b/skeletons/GeneralizedTime.c
index 9b8c1aa1..586fb4aa 100644
--- a/skeletons/GeneralizedTime.c
+++ b/skeletons/GeneralizedTime.c
@@ -54,7 +54,8 @@ GeneralizedTime_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
errno = EPERM; /* Just an unlikely error code */
tloc = asn_GT2time(st, 0, 0);
if(tloc == -1 && errno != EPERM) {
- _ASN_ERRLOG("%s: Invalid time format: %s",
+ _ASN_ERRLOG(app_errlog, app_key,
+ "%s: Invalid time format: %s",
td->name, strerror(errno));
return -1;
}