(xunsymbol1): Fix diagnostics.
This commit is contained in:
parent
401e072824
commit
a1546476bf
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ xunsymbol1(char *id, struct symbol *symtab, struct castr *ca, int n)
|
||||||
if (i < 0)
|
if (i < 0)
|
||||||
return gripe("%s %s symbol `%s' in field %d",
|
return gripe("%s %s symbol `%s' in field %d",
|
||||||
i == M_NOTUNIQUE ? "Ambiguous" : "Unknown",
|
i == M_NOTUNIQUE ? "Ambiguous" : "Unknown",
|
||||||
ca->ca_name, id, n);
|
ca->ca_name, id, n + 1);
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue