Commit 7bb4ad05 authored by Lev Walkin's avatar Lev Walkin

with -> as

parent 0d5ebca3
...@@ -427,7 +427,7 @@ _asn1f_compare_tags(arg_t *arg, asn1p_expr_t *a, asn1p_expr_t *b) { ...@@ -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,
......
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