with -> as

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1406 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2008-01-01 20:04:52 +00:00
parent 9c3374be22
commit 86058b318e
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ _asn1f_compare_tags(arg_t *arg, asn1p_expr_t *a, asn1p_expr_t *b) {
char *p = (a->expr_type == A1TC_EXTENSIBLE) char *p = (a->expr_type == A1TC_EXTENSIBLE)
?"potentially ":""; ?"potentially ":"";
FATAL("Processing %s at line %d: component \"%s\" at line %d %shas the same tag " FATAL("Processing %s at line %d: component \"%s\" at line %d %shas the same tag "
"with component \"%s\" at line %d", "as component \"%s\" at line %d",
arg->expr->Identifier, arg->expr->Identifier,
arg->expr->_lineno, arg->expr->_lineno,
a->Identifier, a->Identifier,