better printing

This commit is contained in:
Lev Walkin 2005-03-18 04:26:12 +00:00
parent f8186fc9da
commit 1a447955d6
1 changed files with 4 additions and 5 deletions

View File

@ -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) {