aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1fix
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-03-18 04:26:12 +0000
committerLev Walkin <vlm@lionet.info>2005-03-18 04:26:12 +0000
commit1a447955d6d7c81c0258e6252dc77c6c1382456d (patch)
tree7b6783648e23bf625a18c022c4a0c93641d29f5c /libasn1fix
parentf8186fc9dab25b7feaccd067eb9f79ed2431d752 (diff)
better printing
Diffstat (limited to 'libasn1fix')
-rw-r--r--libasn1fix/asn1fix.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/libasn1fix/asn1fix.c b/libasn1fix/asn1fix.c
index f5489ed5..6549a2a6 100644
--- a/libasn1fix/asn1fix.c
+++ b/libasn1fix/asn1fix.c
@@ -123,13 +123,12 @@ asn1f_fix_module__phase_1(arg_t *arg) {
/* Compare only the OID. */
if(asn1p_oid_compare(omod->module_oid,
arg->mod->module_oid) == 0) {
- FATAL("ASN.1 module %s from %s "
+ FATAL("ASN.1 module %s in %s "
"has the same OBJECT IDENTIFIER"
- " as module %s from %s",
- arg->mod->Identifier,
- arg->mod->source_file_name,
+ " as module %s",
omod->Identifier,
- omod->source_file_name
+ omod->source_file_name,
+ arg->mod->Identifier
);
RET2RVAL(-1, rvalue);
} else if(sameNames) {