mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
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
@ -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…
Reference in New Issue
Block a user