Commit 1a447955 authored by Lev Walkin's avatar Lev Walkin

better printing

parent f8186fc9
...@@ -123,13 +123,12 @@ asn1f_fix_module__phase_1(arg_t *arg) { ...@@ -123,13 +123,12 @@ asn1f_fix_module__phase_1(arg_t *arg) {
/* Compare only the OID. */ /* Compare only the OID. */
if(asn1p_oid_compare(omod->module_oid, if(asn1p_oid_compare(omod->module_oid,
arg->mod->module_oid) == 0) { arg->mod->module_oid) == 0) {
FATAL("ASN.1 module %s from %s " FATAL("ASN.1 module %s in %s "
"has the same OBJECT IDENTIFIER" "has the same OBJECT IDENTIFIER"
" as module %s from %s", " as module %s",
arg->mod->Identifier,
arg->mod->source_file_name,
omod->Identifier, omod->Identifier,
omod->source_file_name omod->source_file_name,
arg->mod->Identifier
); );
RET2RVAL(-1, rvalue); RET2RVAL(-1, rvalue);
} else if(sameNames) { } else if(sameNames) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment