Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@2625 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
88e702db0f
commit
18fb938f48
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ static void CheckSymType (const Export* E)
|
||||||
Warning ("Type mismatch for `%s', export in "
|
Warning ("Type mismatch for `%s', export in "
|
||||||
"%s(%lu), import in %s(%lu)",
|
"%s(%lu), import in %s(%lu)",
|
||||||
GetString (E->Name),
|
GetString (E->Name),
|
||||||
GetSourceFileName (E->Obj, Imp->Pos.Name),
|
GetSourceFileName (E->Obj, E->Pos.Name),
|
||||||
E->Pos.Line,
|
E->Pos.Line,
|
||||||
GetSourceFileName (Imp->Obj, Imp->Pos.Name),
|
GetSourceFileName (Imp->Obj, Imp->Pos.Name),
|
||||||
Imp->Pos.Line);
|
Imp->Pos.Line);
|
||||||
|
|
Loading…
Add table
Reference in a new issue