support for constraints on primitive types while they are being defined


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@782 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/libasn1fix/asn1fix.c b/libasn1fix/asn1fix.c
index 509a0c2..2b48ce8 100644
--- a/libasn1fix/asn1fix.c
+++ b/libasn1fix/asn1fix.c
@@ -385,7 +385,8 @@
 				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);