aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1fix/asn1fix.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-03-10 11:27:13 +0000
committerLev Walkin <vlm@lionet.info>2005-03-10 11:27:13 +0000
commit9288d1c297b59b196bb0414592032427fdee4d72 (patch)
treedf4aa30197e5e40fac2613a02e1eccc6b0684db6 /libasn1fix/asn1fix.c
parentc92a74641ab7430b2584c74df18116d253292077 (diff)
support for constraints on primitive types while they are being defined
Diffstat (limited to 'libasn1fix/asn1fix.c')
-rw-r--r--libasn1fix/asn1fix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libasn1fix/asn1fix.c b/libasn1fix/asn1fix.c
index 509a0c28..2b48ce8a 100644
--- a/libasn1fix/asn1fix.c
+++ b/libasn1fix/asn1fix.c
@@ -385,7 +385,8 @@ asn1f_check_constraints(arg_t *arg) {
arg->expr->combined_constraints,
test_types[i], 0, 0, 0);
if(!range && errno == EPERM) {
- FATAL("This error happened for %s (%d) at line %d",
+ FATAL("This error happened for \"%s\" (meta %d) "
+ "at line %d",
arg->expr->Identifier,
arg->expr->meta_type,
arg->expr->_lineno);